Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/net/
H A Dif_ports_used.h78 #define NPIF_UDP 0x0008 macro
96 X(NPIF_UDP, "U", "UDP flow") \
H A Dif_ports_used.c978 npi.npi_flags |= NPIF_UDP; in if_ports_used_add_inpcb()
1079 npi.npi_flags |= NPIF_UDP; in if_ports_used_add_flow_entry()
1168 npi->npi_flags & NPIF_TCP ? "tcp" : npi->npi_flags & NPIF_UDP ? "udp" : in net_port_info_log_npi()
1179 #define NPI_MATCH_IPV4 (NPIF_IPV4 | NPIF_TCP | NPIF_UDP)
1180 #define NPI_MATCH_IPV6 (NPIF_IPV6 | NPIF_TCP | NPIF_UDP)
1346 ev->una_wake_pkt_flags & NPIF_TCP ? "tcp" : ev->una_wake_pkt_flags & NPIF_UDP ? "udp" : in net_port_info_log_una_wake_event()
1930 npi.npi_flags |= NPIF_UDP; in if_ports_used_match_mbuf()
2069 npi.npi_flags |= NPIF_UDP; in if_ports_used_match_mbuf()
2325 npi.npi_flags |= NPIF_UDP; in if_ports_used_match_pkt()