Searched refs:SO_TC_CTL (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dsocket.h291 * SO_TC_CTL
307 #define SO_TC_CTL 900 /* highest class */ macro
318 c == SO_TC_RV || c == SO_TC_VI || c == SO_TC_VO || c == SO_TC_CTL)
/darwin-on-arm/xnu/bsd/netinet/
H A Din_tclass.c630 if (optval < SO_TC_BE || optval > SO_TC_CTL) {
1032 case SO_TC_CTL:
1069 return SO_TC_CTL;

Completed in 26 milliseconds