Home
last modified time | relevance | path

Searched refs:ex_addr (Results 1 – 6 of 6) sorted by relevance

/netbsd/sys/compat/netbsd32/
H A Dnetbsd32_nfssvc.c153 exp->ex_addr = NETBSD32PTR64(exp32.ex_addr); in nfssvc32_exp_in()
H A Dnetbsd32.h313 netbsd32_pointer_t ex_addr; /* net address to which exported */ member
1106 netbsd32_sockaddrp_t ex_addr; member
/netbsd/sys/nfs/
H A Dnfs.h183 struct sockaddr *ex_addr; /* net address to which exported */ member
H A Dnfs_export.c529 error = copyin(argp->ex_addr, saddr, argp->ex_addrlen); in hang_addrlist()
/netbsd/usr.sbin/mountd/
H A Dmountd.c1302 if (export->ex_addr) in get_exportlist()
1303 free(export->ex_addr); in get_exportlist()
1982 export->ex_addr = emalloc(addrlen); in add_export_arg()
1984 memcpy(export->ex_addr, addrp, addrlen); in add_export_arg()
/netbsd/sys/sys/
H A Dmount.h362 struct sockaddr *ex_addr; /* net address to which exported */ member