Home
last modified time | relevance | path

Searched refs:inet6_rth_segments (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/lib/libc/net/
H A Drthdr.c61 __weak_alias(inet6_rth_segments, _inet6_rth_segments) in __weak_alias()
401 inet6_rth_segments(const void *bp) in inet6_rth_segments() function
H A DMakefile.inc144 inet6_rth_space.3 inet6_rth_segments.3 \
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/linux/netinet/
H A Din_.d212 int inet6_rth_segments(const void* __bp); in version()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/dragonflybsd/netinet/
H A Din_.d549 int inet6_rth_segments(const void*);
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/freebsd/netinet/
H A Din_.d567 int inet6_rth_segments(const void*);
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/darwin/netinet/
H A Din_.d608 int inet6_rth_segments(const void*);
/netbsd-src/sys/netinet6/
H A Din6.h721 extern int inet6_rth_segments(const void *);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/vms/
H A Dvms-crtlmap.map479 inet6_rth_segments
/netbsd-src/external/gpl3/gcc/dist/gcc/config/vms/
H A Dvms-crtlmap.map479 inet6_rth_segments
/netbsd-src/lib/libc/include/
H A Dnamespace.h487 #define inet6_rth_segments _inet6_rth_segments
483 #define inet6_rth_segments _inet6_rth_segments global() macro
/netbsd-src/sbin/ping6/
H A Dping6.c1665 if ((segments = inet6_rth_segments(extbuf)) >= 0) in pr_rthdr()