Home
last modified time | relevance | path

Searched refs:interpret_proto (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ppp.h145 int (*interpret_proto)(); /* interpret function */ member
H A Dsnoop_ppp.c343 if (protoinfo->interpret_proto != NULL) { in interpret_ppp()
344 len = protoinfo->interpret_proto(flags, payload, len, in interpret_ppp()