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

/freebsd-10.0-release/sys/netgraph/
H A Dng_lmi.c123 u_char protoID; /* 9 for group of 4, 8 otherwise */ member in struct:nglmi_softc
220 sc->protoID = 8;
227 sc->protoID = 8;
234 sc->protoID = 9;
761 sc->protoID = 8;
765 sc->protoID = 9;
773 if (nextbyte != sc->protoID) {

Completed in 65 milliseconds