Searched refs:ndip (Results 1 – 3 of 3) sorted by relevance
| /freebsd/tools/tools/cxgbtool/ |
| H A D | cxgbtool.c | 1289 } nsip, ndip; in show_filters() local 1310 ndip.nip = htonl(op.val.dip); in show_filters() 1315 sprintf(dip, "%u.%u.%u.%u", ndip.octet[0], ndip.octet[1], in show_filters() 1316 ndip.octet[2], ndip.octet[3]); in show_filters()
|
| /freebsd/sys/fs/nfsclient/ |
| H A D | nfs_clstate.c | 1816 struct nfscldevinfo *dip, *ndip; in nfscl_cleanclient() local 1821 LIST_FOREACH_SAFE(dip, &clp->nfsc_devinfo, nfsdi_list, ndip) in nfscl_cleanclient() 2780 struct nfscldevinfo *dip, *ndip; in nfscl_renewthread() local 3051 LIST_FOREACH_SAFE(dip, &clp->nfsc_devinfo, nfsdi_list, ndip) { in nfscl_renewthread()
|
| H A D | nfs_clrpcops.c | 5842 uint32_t *notifybitsp, struct nfscldevinfo **ndip, struct ucred *cred, in nfsrpc_getdeviceinfo() argument 5859 *ndip = NULL; in nfsrpc_getdeviceinfo() 6047 *ndip = ndi; in nfsrpc_getdeviceinfo()
|