Searched refs:nlink (Results 1 – 10 of 10) sorted by relevance
/external/libppp/src/ |
D | ether.c | 458 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()
|
D | netgraph.c | 460 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/ |
D | vstafs.h | 72 unsigned short nlink; member
|
D | iso9660.h | 160 iso_32bit_t nlink; member
|
/external/kernel-headers/original/linux/ |
D | stat.h | 63 unsigned int nlink; member
|
D | proc_fs.h | 55 nlink_t nlink; member
|
D | nfs_xdr.h | 37 __u32 nlink; member
|
/external/valgrind/main/include/ |
D | pub_tool_libcfile.h | 55 ULong nlink; member
|
/external/clang/www/demo/ |
D | index.cgi | 141 my ($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size,$atime,$locktime) =
|
/external/valgrind/main/coregrind/ |
D | m_libcfile.c | 257 (_p_vgstat)->nlink = (ULong)( (_p_vkistat)->st_nlink ); \
|