Home
last modified time | relevance | path

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

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