Home
last modified time | relevance | path

Searched defs:net_port_info (Results 1 – 1 of 1) sorted by relevance

/xnu-11417.140.69/bsd/net/
H A Dif_ports_used.h90 struct net_port_info { struct
91 uint16_t npi_if_index;
92 uint16_t npi_flags; /* NPIF_xxx */
93 struct timeval32 npi_timestamp; /* when passed to driver */
94 uuid_t npi_flow_uuid;
95 in_port_t npi_local_port; /* network byte order */
96 in_port_t npi_foreign_port; /* network byte order */
97 union in_addr_4_6 npi_local_addr_;
98 union in_addr_4_6 npi_foreign_addr_;
99 pid_t npi_owner_pid;
[all …]