Searched refs:IPPORT_MAX (Results 1 – 9 of 9) sorted by relevance
| /freebsd/tests/sys/netinet/ |
| H A D | multicast-send.c | 46 if ((ul = strtol(c, NULL, 10)) < 1 || ul > IPPORT_MAX || errno != 0) in atop()
|
| H A D | multicast-receive.c | 49 if ((ul = strtol(c, NULL, 10)) < 1 || ul > IPPORT_MAX || errno != 0) in atop()
|
| /freebsd/sys/netinet/ |
| H A D | in.h | 339 #define IPPORT_MAX 65535 macro
|
| H A D | in_pcb.c | 154 RANGECHK(V_ipport_firstauto, IPPORT_RESERVED, IPPORT_MAX); in sysctl_net_ipport_check() 155 RANGECHK(V_ipport_lastauto, IPPORT_RESERVED, IPPORT_MAX); in sysctl_net_ipport_check() 156 RANGECHK(V_ipport_hifirstauto, IPPORT_RESERVED, IPPORT_MAX); in sysctl_net_ipport_check() 157 RANGECHK(V_ipport_hilastauto, IPPORT_RESERVED, IPPORT_MAX); in sysctl_net_ipport_check() 569 ha.size = imin(porthash_nelements, IPPORT_MAX + 1); in in_pcbinfo_init() 575 ha.size = imin(lbgrouphash_nelements, IPPORT_MAX + 1); in in_pcbinfo_init()
|
| /freebsd/lib/libfetch/ |
| H A D | fetch.c | 429 if (p != q && (n < 1 || n > IPPORT_MAX)) in fetchParseURL()
|
| /freebsd/usr.sbin/rpc.statd/ |
| H A D | statd.c | 128 svcport >= IPPORT_MAX) in main()
|
| /freebsd/usr.sbin/rpc.lockd/ |
| H A D | lockd.c | 173 svcport == 0 || svcport >= IPPORT_MAX) in main()
|
| /freebsd/sbin/mount_nfs/ |
| H A D | mount_nfs.c | 366 if (*p || num <= 0 || num > IPPORT_MAX) in main()
|
| /freebsd/usr.sbin/mountd/ |
| H A D | mountd.c | 499 svcport == 0 || svcport >= IPPORT_MAX) in main()
|