Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_lmi.c123 u_char protoID; /* 9 for group of 4, 8 otherwise */ member
220 sc->protoID = 8; in nglmi_newhook()
227 sc->protoID = 8; in nglmi_newhook()
234 sc->protoID = 9; in nglmi_newhook()
761 sc->protoID = 8; in nglmi_checkdata()
765 sc->protoID = 9; in nglmi_checkdata()
773 if (nextbyte != sc->protoID) { in nglmi_checkdata()