Home
last modified time | relevance | path

Searched refs:sys_read_packet_hook (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/
H A Dpppoe.c512 old_sys_read_packet = sys_read_packet_hook; in plugin_init()
513 sys_read_packet_hook = pppoe_sys_read_packet; in plugin_init()
H A Dmapfile-pppoe60 sys_read_packet_hook { TYPE = DATA; FLAGS = extern }; # " "
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dpppd.h700 extern int (*sys_read_packet_hook) __P((int retv, struct strbuf *ctrl,
H A Dsys-solaris.c130 int (*sys_read_packet_hook) __P((int retv, struct strbuf *ctrl, variable
1712 if (sys_read_packet_hook != NULL) {
1713 rc = len = (*sys_read_packet_hook)(len, &ctrl, &data,