Searched refs:frame_type (Results 1 – 10 of 10) sorted by relevance
| /xnu-8796.141.3/bsd/net/ |
| H A D | if_ether.h | 53 const char *frame_type, u_int32_t *prepend_len, u_int32_t *postpend_len); 57 const char *frame_type); 62 const char *frame_type, u_int32_t *prepend_len, u_int32_t *postpend_len);
|
| H A D | if_loop.c | 205 const char *dest_linkaddr, const char *frame_type, in lo_framer() argument 225 bcopy(frame_type, &header->protocol, sizeof(u_int32_t)); in lo_framer() 432 struct mbuf **m, const struct sockaddr *dst, void *route, char *frame_type, in lo_pre_output() argument 455 bcopy(&protocol_family, frame_type, sizeof(protocol_family)); in lo_pre_output()
|
| H A D | network_agent.h | 172 u_int32_t frame_type; member
|
| H A D | kpi_interface.h | 419 const char *frame_type 427 const char *frame_type, u_int32_t *prepend_len, 547 mbuf_t *packet, const struct sockaddr *dest, void *route, char *frame_type,
|
| H A D | if_utun.c | 162 const char *frame_type, u_int32_t *prepend_len, u_int32_t *postpend_len); 179 char *frame_type, char *link_layer_dest); 2734 const char *frame_type, in utun_framer() argument 2758 *(protocol_family_t *)mbuf_data(*packet) = *(protocol_family_t *)(uintptr_t)(size_t)frame_type; in utun_framer() 2897 char *frame_type, in utun_proto_pre_output() argument 2900 *(protocol_family_t *)(void *)frame_type = protocol; in utun_proto_pre_output()
|
| H A D | if_stf.c | 502 __unused char *frame_type) in stf_pre_output() argument
|
| H A D | if_ipsec.c | 104 char *frame_type, char *link_layer_dest); 4127 __unused char *frame_type, in ipsec_proto_pre_output() argument 4130 *(protocol_family_t *)(void *)frame_type = protocol; in ipsec_proto_pre_output()
|
| H A D | dlil.c | 5756 const char *frame_type, u_int32_t *pre, u_int32_t *post) in ifnet_framer_stub() argument 5765 return ifp->if_framer_legacy(ifp, m, dest, dest_linkaddr, frame_type); in ifnet_framer_stub() 6623 char *frame_type = NULL; in dlil_output() local 6663 frame_type = frame_type_buffer; in dlil_output() 6774 frame_type, dst_linkaddr); in dlil_output() 6853 frame_type, &pre, &post); in dlil_output() 8562 mbuf_t *packet, const struct sockaddr *dest, void *route, char *frame_type, in ifproto_media_preout() argument 8565 #pragma unused(ifp, protocol, packet, dest, route, frame_type, link_layer_dest) in ifproto_media_preout()
|
| /xnu-8796.141.3/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_netagent.c | 347 agent.nexus_data.frame_type = NETAGENT_NEXUS_FRAME_TYPE_INTERNET; in fsw_netagent_register()
|
| /xnu-8796.141.3/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_netagent.c | 951 agent.nexus_data.frame_type = NETAGENT_NEXUS_FRAME_TYPE_LINK; in nx_netif_agent_register()
|