Home
last modified time | relevance | path

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

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