Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/net/
H A Dif_stf.c155 u_int32_t sc_protocol_family; /* dlil protocol attached */ member
224 if (stf->sc_protocol_family == 0) { in stf_add_proto()
225 stf->sc_protocol_family = protocol_family; in stf_add_proto()
239 if (((struct stf_softc*)ifnet_softc(ifp))->sc_protocol_family == protocol_family) { in stf_del_proto()
240 ((struct stf_softc*)ifnet_softc(ifp))->sc_protocol_family = 0; in stf_del_proto()
279 *protocol_family = stf->sc_protocol_family; in stf_demux()