Home
last modified time | relevance | path

Searched refs:nlink (Results 1 – 10 of 10) sorted by relevance

/external/libppp/src/
Dether.c458 const struct linkinfo *nlink; in ether_Create() local
555 nlink = &hlist->link[f]; in ether_Create()
557 log_Printf(LogDEBUG, " Found %s -> %s\n", nlink->ourhook, in ether_Create()
558 nlink->peerhook); in ether_Create()
560 if (!strcmp(nlink->ourhook, NG_ETHER_HOOK_ORPHAN) || in ether_Create()
561 !strcmp(nlink->ourhook, NG_ETHER_HOOK_DIVERT)) { in ether_Create()
567 if (!strcmp(nlink->nodeinfo.type, NG_PPPOE_NODE_TYPE)) in ether_Create()
569 snprintf(ngc.path, sizeof ngc.path, "[%x]:", nlink->nodeinfo.id); in ether_Create()
572 path, nlink->nodeinfo.type); in ether_Create()
Dnetgraph.c460 const struct linkinfo *nlink; in ng_Create() local
605 nlink = &hlist->link[f]; in ng_Create()
607 log_Printf(LogDEBUG, " Found %s -> %s (type %s)\n", nlink->ourhook, in ng_Create()
608 nlink->peerhook, nlink->nodeinfo.type); in ng_Create()
610 if (!strcmp(nlink->ourhook, lasthook)) { in ng_Create()
611 if (strcmp(nlink->peerhook, hook) || in ng_Create()
612 strcmp(nlink->nodeinfo.type, nodetype)) { in ng_Create()
614 p->link.name, nlink->ourhook, path); in ng_Create()
/external/grub/stage2/
Dvstafs.h72 unsigned short nlink; member
Diso9660.h160 iso_32bit_t nlink; member
/external/kernel-headers/original/linux/
Dstat.h63 unsigned int nlink; member
Dproc_fs.h55 nlink_t nlink; member
Dnfs_xdr.h37 __u32 nlink; member
/external/valgrind/main/include/
Dpub_tool_libcfile.h55 ULong nlink; member
/external/clang/www/demo/
Dindex.cgi141 my ($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size,$atime,$locktime) =
/external/valgrind/main/coregrind/
Dm_libcfile.c257 (_p_vgstat)->nlink = (ULong)( (_p_vkistat)->st_nlink ); \