Home
last modified time | relevance | path

Searched refs:IS_IP6_FLOW_ID (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.61.12/bsd/netinet/
H A Dip_flowid.h79 #define IS_IP6_FLOW_ID(id) ((id)->addr_type == 6) macro
H A Dip_dummynet.c1390 int is_v6 = IS_IP6_FLOW_ID(id); in find_queue()