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

/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Dflow_divert.c101 #define GROUP_COUNT_MAX 32 macro
105 #define DNS_SERVICE_GROUP_UNIT (GROUP_COUNT_MAX + 1)
221 if (ctl_unit == 0 || ctl_unit >= GROUP_COUNT_MAX) {
256 for (idx = 1; idx < GROUP_COUNT_MAX; idx++) {
1379 if (ctl_unit == 0 || ctl_unit >= GROUP_COUNT_MAX) {
2821 if (ctl_unit == 0 || ctl_unit >= GROUP_COUNT_MAX) {
2914 fd_cb->control_group_unit > 0 && fd_cb->control_group_unit < GROUP_COUNT_MAX)
2963 if (sac->sc_unit >= GROUP_COUNT_MAX) {
2988 GROUP_COUNT_MAX * sizeof(struct flow_divert_group *),
3020 if (unit >= GROUP_COUNT_MAX) {
[all...]

Completed in 93 milliseconds