Searched refs:IS_IP6_FLOW_ID (Results 1 – 2 of 2) sorted by relevance
| /xnu-8796.141.3/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 | 1260 int is_v6 = IS_IP6_FLOW_ID(id); in find_queue() |