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

/darwin-on-arm/xnu/bsd/net/
H A Dkpi_interface.h613 @field framer The function used to frame outbound packets, may be NULL.
641 ifnet_framer_func framer; /* optional */ member in struct:ifnet_init_params
830 @field framer The function used to frame outbound packets, may be NULL.
878 ifnet_framer_func framer; /* optional */ member in struct:ifnet_init_eparams
1809 any filters, a protocol preoutput function, the interface framer
1840 interface framer functions will be bypassed. The packet will
H A Dif_loop.c656 lo_init.framer = lo_framer;
H A Dif_utun.c215 utun_init.framer = utun_framer;
H A Dkpi_interface.c132 einit.framer = init->framer;
220 ifp->if_framer = einit.framer;
H A Dif_vlan.c979 vlan_init.framer = ether_frameout;
H A Dif_bond.c1156 bond_init.framer = ether_frameout;
H A Dif_bridge.c1100 init_params.framer = ether_frameout;

Completed in 106 milliseconds