Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_manager.c464 int socktype; in flow_req_check_mac_allowed() local
467 socktype = SOCK_STREAM; in flow_req_check_mac_allowed()
471 socktype = SOCK_DGRAM; in flow_req_check_mac_allowed()
476 socktype = SOCK_DGRAM; in flow_req_check_mac_allowed()
482 &req->nfr_saddr.sa, socktype, req->nfr_ip_protocol); in flow_req_check_mac_allowed()
485 &req->nfr_daddr.sa, socktype, req->nfr_ip_protocol); in flow_req_check_mac_allowed()