Home
last modified time | relevance | path

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

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