Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/net/
H A Dif_ports_used.c743 npi.npi_flags |= NPIF_UDP; in if_ports_used_add_inpcb()
848 npi.npi_flags |= NPIF_UDP; in if_ports_used_add_flow_entry()
935 npi->npi_flags & NPIF_TCP ? "tcp" : npi->npi_flags & NPIF_UDP ? "udp" : in net_port_info_log_npi()
946 #define NPI_MATCH_IPV4 (NPIF_IPV4 | NPIF_TCP | NPIF_UDP)
947 #define NPI_MATCH_IPV6 (NPIF_IPV6 | NPIF_TCP | NPIF_UDP)
1492 npi.npi_flags |= NPIF_UDP; in if_ports_used_match_mbuf()
1631 npi.npi_flags |= NPIF_UDP; in if_ports_used_match_mbuf()
1891 npi.npi_flags |= NPIF_UDP; in if_ports_used_match_pkt()
H A Dif_ports_used.h75 #define NPIF_UDP 0x0008 macro