Searched refs:SO_TRAFFIC_CLASS (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dsocket.h297 #define SO_TRAFFIC_CLASS 0x1086 /* Traffic service class (int) */ macro
332 #define SO_OPPORTUNISTIC 0x1102 /* deprecated; use SO_TRAFFIC_CLASS */
/darwin-on-arm/xnu/bsd/kern/
H A Dkpi_socket.c573 sopt.sopt_name = SO_TRAFFIC_CLASS;
580 printf("sock_settclassopt: sosetopt SO_TRAFFIC_CLASS failed %d\n", error);
H A Duipc_socket.c3262 case SO_TRAFFIC_CLASS: {
3639 case SO_TRAFFIC_CLASS:
/darwin-on-arm/xnu/bsd/netinet/
H A Din_tclass.c725 cm->cmsg_type != SO_TRAFFIC_CLASS)
H A Dip_input.c2781 SO_TRAFFIC_CLASS, SOL_SOCKET, mp);
/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_input.c1514 SO_TRAFFIC_CLASS, SOL_SOCKET, mp);

Completed in 44 milliseconds