Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dsocket_private.h171 #define SO_TC_OAM 400 macro
186 c == SO_TC_RD || c == SO_TC_OAM || c == SO_TC_AV || \
/xnu-12377.41.6/bsd/netinet/
H A Din_tclass.c142 SO_TC_OAM, /* NET_SERVICE_TYPE_OAM */
1302 case SO_TC_OAM: in so_tc2msc()
1347 return SO_TC_OAM; in so_svc2tc()
1380 case SO_TC_OAM: in sotc_index()
/xnu-12377.41.6/bsd/skywalk/nexus/flowswitch/
H A Dfsw_netagent.c60 case SO_TC_OAM: in fsw_netagent_tc2sc()
/xnu-12377.41.6/tests/
H A Dnet_tuntests.c650 SO_TC_OAM, // BE
/xnu-12377.41.6/bsd/kern/
H A Duipc_socket2.c2925 so->so_traffic_class == SO_TC_OAM; in soissrcbesteffort()