Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_manager.c474 int socktype; in flow_req_check_mac_allowed() local
477 socktype = SOCK_STREAM; in flow_req_check_mac_allowed()
481 socktype = SOCK_DGRAM; in flow_req_check_mac_allowed()
486 socktype = SOCK_DGRAM; in flow_req_check_mac_allowed()
492 &req->nfr_saddr.sa, socktype, req->nfr_ip_protocol); in flow_req_check_mac_allowed()
495 &req->nfr_daddr.sa, socktype, req->nfr_ip_protocol); in flow_req_check_mac_allowed()