Searched refs:IS_IP6_FLOW_ID (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215.1.10/bsd/netinet/ | ||
| H A D | ip_flowid.h | 79 #define IS_IP6_FLOW_ID(id) ((id)->addr_type == 6) macro |
| H A D | ip_dummynet.c | 1266 int is_v6 = IS_IP6_FLOW_ID(id); in find_queue() |