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

/darwin-on-arm/xnu/bsd/net/
H A Dkpi_interface.h609 @field add_proto The function used to attach a protocol to this
638 ifnet_add_proto_func add_proto; /* required */ member in struct:ifnet_init_params
826 @field add_proto The function used to attach a protocol to this
875 ifnet_add_proto_func add_proto; /* required */ member in struct:ifnet_init_eparams
H A Dif_pflog.c162 pf_init.add_proto = pflogaddproto;
H A Dif_gif.c198 printf("gif_add_proto: request add_proto for gif%d\n", ifnet_unit(ifp));
320 gif_init.add_proto = gif_add_proto;
H A Dif_loop.c654 lo_init.add_proto = lo_add_proto;
H A Dif_stf.c348 stf_init.add_proto = stf_add_proto;
H A Dif_utun.c216 utun_init.add_proto = utun_add_proto;
H A Dkpi_interface.c129 einit.add_proto = init->add_proto;
217 ifp->if_add_proto = einit.add_proto;
H A Dif_vlan.c976 vlan_init.add_proto = ether_add_proto;
H A Dif_bond.c1153 bond_init.add_proto = ether_add_proto;
H A Dif_bridge.c1097 init_params.add_proto = ether_add_proto;

Completed in 69 milliseconds