Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet/
H A Dip_flowid.h65 struct ip_flow_id { struct
66 u_int32_t dst_ip;
67 u_int32_t src_ip;
68 u_int16_t dst_port;
69 u_int16_t src_port;
70 u_int8_t proto;
71 u_int8_t flags; /* protocol-specific flags */
72 u_int8_t addr_type; /* 4 = ipv4, 6 = ipv6, 1=ether ? */
73 struct in6_addr dst_ip6; /* could also store MAC addr! */
74 struct in6_addr src_ip6;
[all …]