Home
last modified time | relevance | path

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

/xnu-12377.41.6/tests/skywalk/
H A Dskt_fswbinds.c51 uuid_t flow1, flow2; in skt_fswbind_common() local
58 uuid_generate_random(flow1); in skt_fswbind_common()
67 uuid_copy(nfr.nfr_flow_uuid, flow1); in skt_fswbind_common()
87 assert(!uuid_compare(nfr.nfr_flow_uuid, flow1)); in skt_fswbind_common()
123 uuid_copy(nfr.nfr_flow_uuid, flow1); in skt_fswbind_common()
/xnu-12377.41.6/bsd/net/
H A Dnecp_client.c490 …w_id_cmp(struct necp_client_flow_registration *flow0, struct necp_client_flow_registration *flow1);
1084 …ow_id_cmp(struct necp_client_flow_registration *flow0, struct necp_client_flow_registration *flow1) in necp_client_flow_id_cmp() argument
1086 return uuid_compare(flow0->registration_id, flow1->registration_id); in necp_client_flow_id_cmp()