Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_manager.c441 int socktype; in flow_req_check_mac_allowed() local
444 socktype = SOCK_STREAM; in flow_req_check_mac_allowed()
448 socktype = SOCK_DGRAM; in flow_req_check_mac_allowed()
453 socktype = SOCK_DGRAM; in flow_req_check_mac_allowed()
459 SA(&req->nfr_saddr.sa), socktype, req->nfr_ip_protocol); in flow_req_check_mac_allowed()
462 SA(&req->nfr_daddr.sa), socktype, req->nfr_ip_protocol); in flow_req_check_mac_allowed()