Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/net/
H A Dif_stf.c157 u_int32_t sc_protocol_family; /* dlil protocol attached */ member
226 if (stf->sc_protocol_family == 0) { in stf_add_proto()
227 stf->sc_protocol_family = protocol_family; in stf_add_proto()
241 if (((struct stf_softc*)ifnet_softc(ifp))->sc_protocol_family == protocol_family) { in stf_del_proto()
242 ((struct stf_softc*)ifnet_softc(ifp))->sc_protocol_family = 0; in stf_del_proto()
282 *protocol_family = stf->sc_protocol_family; in stf_demux()