Home
last modified time | relevance | path

Searched refs:ndp (Results 1 – 13 of 13) sorted by relevance

/dragonfly/usr.sbin/ndp/
H A DMakefile19 PROG= ndp
20 SRCS= ndp.c
21 MAN= ndp.8
/dragonfly/sbin/restore/
H A Ddirs.c431 dcvt(struct odirect *odp, struct direct *ndp) in dcvt() argument
434 memset(ndp, 0, (long)(sizeof *ndp)); in dcvt()
435 ndp->d_ino = odp->d_ino; in dcvt()
436 ndp->d_type = DT_UNKNOWN; in dcvt()
437 strncpy(ndp->d_name, odp->d_name, ODIRSIZ); in dcvt()
438 ndp->d_namlen = strlen(ndp->d_name); in dcvt()
439 ndp->d_reclen = DIRSIZ(0, ndp); in dcvt()
/dragonfly/contrib/binutils-2.34/libctf/
H A Dctf-decl.c60 ctf_decl_node_t *cdp, *ndp; in ctf_decl_fini() local
65 for (cdp = ctf_list_next (&cd->cd_nodes[i]); cdp != NULL; cdp = ndp) in ctf_decl_fini()
67 ndp = ctf_list_next (cdp); in ctf_decl_fini()
/dragonfly/share/examples/IPv6/
H A DUSAGE103 To check assigned prefix, use the "ndp" command (See description of
104 ndp command about its usage).
106 # ndp -p
134 # ndp -p
163 # ndp -p
246 <<<ndp>>>
248 To display the current Neighbor cache, use "ndp":
250 % ndp -a
261 # ndp -c
265 % ndp -p
[all …]
/dragonfly/contrib/tcpdump/
H A DREADME.DRAGONFLY19 usr.sbin/ndp/
/dragonfly/stand/boot/common/
H A Dload_elf.c275 int ndp; in __elfN() local
486 ndp = php->p_filesz / sizeof(Elf_Dyn); in __elfN()
487 if (ndp == 0) in __elfN()
495 for (i = 0; i < ndp; i++) { in __elfN()
/dragonfly/usr.sbin/
H A DMakefile72 ndp \
/dragonfly/sbin/fsck/
H A Ddir.c164 struct direct *dp, *ndp; in fsck_readdir() local
200 ndp = (struct direct *)(bp->b_un.b_buf + idesc->id_loc); in fsck_readdir()
202 dircheck(idesc, ndp) == 0) { in fsck_readdir()
/dragonfly/sys/sys/
H A Dvnode.h510 int vn_open (struct nlookupdata *ndp, struct file **fpp, int fmode, int cmode);
/dragonfly/sbin/ip6fw/
H A Dip6fw.c218 int ndp = IPV6_FW_GETNDSTP(chain); in show_ip6fw() local
338 for (i = 0; i < ndp; i++) { in show_ip6fw()
/dragonfly/sys/vfs/nfs/
H A Dnfs_serv.c1216 nfsrv_writegather(struct nfsrv_descript **ndp, struct nfssvc_sock *slp, in nfsrv_writegather() argument
1244 if (*ndp) { in nfsrv_writegather()
1245 nfsd = *ndp; in nfsrv_writegather()
1246 *ndp = NULL; in nfsrv_writegather()
1526 *ndp = nfsd; in nfsrv_writegather()
1529 *ndp = NULL; in nfsrv_writegather()
H A Dnfs_socket.c2865 struct nfsrv_descript **ndp) in nfsrv_dorec() argument
2873 *ndp = NULL; in nfsrv_dorec()
2896 *ndp = nd; in nfsrv_dorec()
/dragonfly/etc/
H A Dnetwork.subr927 ndp -I ${ipv6_default_interface}