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 | 1770 struct nfscldevinfo *dip, *ndip; in nfscl_cleanclient() local 1775 LIST_FOREACH_SAFE(dip, &clp->nfsc_devinfo, nfsdi_list, ndip) in nfscl_cleanclient() 2734 struct nfscldevinfo *dip, *ndip; in nfscl_renewthread() local 3005 LIST_FOREACH_SAFE(dip, &clp->nfsc_devinfo, nfsdi_list, ndip) { in nfscl_renewthread()
|
H A D | nfs_clrpcops.c | 5614 uint32_t *notifybitsp, struct nfscldevinfo **ndip, struct ucred *cred, in nfsrpc_getdeviceinfo() argument 5631 *ndip = NULL; in nfsrpc_getdeviceinfo() 5818 *ndip = ndi; in nfsrpc_getdeviceinfo()
|