Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/net/
H A Dif_ports_used.h112 struct net_port_info { struct
113 uint16_t npi_if_index;
114 uint16_t npi_flags; /* NPIF_xxx */
115 struct timeval32 npi_timestamp; /* when passed to driver */
116 uuid_t npi_flow_uuid;
117 in_port_t npi_local_port; /* network byte order */
118 in_port_t npi_foreign_port; /* network byte order */
119 union in_addr_4_6 npi_local_addr_;
120 union in_addr_4_6 npi_foreign_addr_;
121 pid_t npi_owner_pid;
[all …]