OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AF_MAX
(Results
1 - 12
of
12
) sorted by relevancy
/src/usr.bin/netstat/
route.c
104
struct radix_node_head *rt_nodes[
AF_MAX
+ 1];
115
for (i = 0; i <=
AF_MAX
; i++) {
/src/sys/net/
rtbl.c
120
static rtbl_t *rt_tables[
AF_MAX
+1];
rtsock.c
455
for (i = 1; i <=
AF_MAX
; i++) {
nd.c
44
static struct nd_domain *nd_domains[
AF_MAX
];
rtsock_shared.c
701
(info.rti_info[RTAX_DST]->sa_family >=
AF_MAX
)) {
712
(info.rti_info[RTAX_GATEWAY]->sa_family >=
AF_MAX
)) {
if.h
382
void *if_afdata[
AF_MAX
];
if.c
1486
for (i = 0; i <=
AF_MAX
; i++)
2142
if (af >=
AF_MAX
)
/src/sys/sys/
socket.h
250
#define
AF_MAX
37
360
#define PF_MAX
AF_MAX
/src/sys/nfs/
nfs_export.c
95
#include <sys/socket.h> /* XXX for
AF_MAX
*/
124
struct radix_node_head *ne_rtable[
AF_MAX
+1]; /* Individual exports */
677
for (i = 0; i <=
AF_MAX
; i++) {
/src/sys/kern/
uipc_domain.c
71
static struct domain *domain_array[
AF_MAX
];
uipc_syscalls.c
1541
if (sb->sb_family == 0 && sb->sb_len <
AF_MAX
)
1604
if (sa->sa_family == 0 && sa->sa_len <
AF_MAX
)
/src/sys/compat/linux/common/
linux_socket.c
158
static const int bsd_to_linux_domain_[
AF_MAX
] = {
234
if (bdom < 0 || bdom >=
AF_MAX
)
Completed in 24 milliseconds
Indexes created Sat Oct 18 23:09:54 GMT 2025