Searched refs:ipproto (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.61.12/bsd/net/ |
| H A D | droptap.c | 240 uint8_t ipproto, uint32_t flowid) in droptap_input_packet() argument 259 &dtaphdr, dlt, ifp, pid, pname, epid, epname, ipproto, flowid); in droptap_input_packet() 266 uint8_t ipproto, uint32_t flowid) in droptap_output_packet() argument 285 &dtaphdr, dlt, ifp, pid, pname, epid, epname, ipproto, flowid); in droptap_output_packet() 291 const char *pname, pid_t epid, const char *epname, uint8_t ipproto, in droptap_bpf_tap_packet() argument 324 hdr->pth_ipproto = ipproto; in droptap_bpf_tap_packet() 328 if ((flags & PTH_FLAG_SOCKET) != 0 && ipproto != 0 && flowid != 0) { in droptap_bpf_tap_packet()
|
| H A D | pktap.c | 1398 uint8_t ipproto, uint32_t flowid, uint32_t flags, tap_packet_func tap_func) in pktap_bpf_tap_packet() argument 1446 hdr->pth_ipproto = ipproto; in pktap_bpf_tap_packet() 1452 if ((flags & PTH_FLAG_SOCKET) != 0 && ipproto != 0 && flowid != 0) { in pktap_bpf_tap_packet() 1524 uint8_t ipproto, uint32_t flowid, uint32_t flags) in pktap_input_packet() argument 1534 header, header_length, ipproto, flowid, in pktap_input_packet() 1543 uint8_t ipproto, uint32_t flowid, uint32_t flags) in pktap_output_packet() argument 1553 header, header_length, ipproto, flowid, in pktap_output_packet()
|
| H A D | if_ports_used.c | 157 SYSCTL_INT(_net_link_generic_system_port_used_mark_wake_packet, OID_AUTO, ipproto, 2648 uint8_t ipproto = 0; in check_wake_mbuf() local 2669 if ((ipproto = ip6.ip6_nxt) != mark_wake_packet_ipproto) { in check_wake_mbuf() 2682 if ((ipproto = ip.ip_p) != mark_wake_packet_ipproto) { in check_wake_mbuf() 2689 if (ipproto == IPPROTO_TCP) { in check_wake_mbuf() 2707 } else if (ipproto == IPPROTO_UDP) { in check_wake_mbuf() 2727 return ipproto == mark_wake_packet_ipproto; in check_wake_mbuf()
|