Searched refs:inet6_rth_init (Results 1 – 9 of 9) sorted by relevance
/freebsd/tools/regression/netinet6/inet6_rth/ |
H A D | inet6_rth-segments.c | 89 pbuf = inet6_rth_init((void *)buf, 10, IPV6_RTHDR_TYPE_0, 100); in test_rth_init() 92 pbuf = inet6_rth_init((void *)buf, 10240, IPV6_RTHDR_TYPE_0, 0); in test_rth_init() 95 pbuf = inet6_rth_init((void *)buf, 10240, IPV6_RTHDR_TYPE_0, 127); in test_rth_init() 98 pbuf = inet6_rth_init((void *)buf, 10240, IPV6_RTHDR_TYPE_0, -1); in test_rth_init() 101 pbuf = inet6_rth_init((void *)buf, 10240, IPV6_RTHDR_TYPE_0, 128); in test_rth_init() 115 if (NULL == inet6_rth_init(buf, 10240, IPV6_RTHDR_TYPE_0, 127)) in test_rth_add() 146 if (NULL == inet6_rth_init((void *)buf, 10240, IPV6_RTHDR_TYPE_0, 0)) in test_rth_segments() 155 if (NULL == inet6_rth_init((void *)buf, 10240, IPV6_RTHDR_TYPE_0, 0)) in test_rth_segments() 163 if (NULL == inet6_rth_init((void *)buf, 10240, IPV6_RTHDR_TYPE_0, 127)) in test_rth_segments()
|
/freebsd/lib/libc/net/ |
H A D | Symbol.map | 104 inet6_rth_init;
|
H A D | rthdr.c | 287 inet6_rth_init(void *bp, socklen_t bp_len, int type, int segments) in inet6_rth_init() function
|
H A D | Makefile.inc | 133 inet6_rth_space.3 inet6_rth_init.3 \
|
/freebsd/sys/netinet6/ |
H A D | in6.h | 741 extern void *inet6_rth_init(void *, socklen_t, int, int);
|
/freebsd/usr.sbin/traceroute6/ |
H A D | traceroute6.c | 443 if ((rth = inet6_rth_init((void *)rtbuf, in main()
|
/freebsd/contrib/telnet/telnet/ |
H A D | commands.c | 2899 if ((rth = inet6_rth_init((void *)*cpp, sizeof(buf), in sourceroute()
|
/freebsd/sbin/ping/ |
H A D | ping6.c | 950 rthdr = inet6_rth_init((void *)rthdr, rthdrlen, in ping6()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 2050 fun:inet6_rth_init=uninstrumented
|