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

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Ddlil.c1017 struct if_proto * last_ifproto = NULL; local
1075 else if (last_ifproto != NULL
1076 && last_ifproto->ifp == ifp
1077 && (last_ifproto->protocol_family
1079 ifproto = last_ifproto;
1089 if (ifproto != last_ifproto) {
1092 if (last_ifproto != NULL) {
1096 dlil_ifproto_input(last_ifproto, pkt_first);
1098 if_proto_free(last_ifproto);
1101 last_ifproto
[all...]

Completed in 31 milliseconds