HomeSort by: relevance | last modified time | path
    Searched refs:in6_print (Results 1 - 6 of 6) sorted by relevancy

  /src/tests/sys/netinet6/
t_print.c 34 #include "netinet6/in6_print.c"
74 ATF_TC(in6_print);
75 ATF_TC_HEAD(in6_print, tc)
81 ATF_TC_BODY(in6_print, tc)
88 r = in6_print(buf, l, &tst[i].ia);
95 r = in6_print(buf, l, &tst[i].ia);
151 ATF_TP_ADD_TC(tp, in6_print);
  /src/sys/netinet6/
in6_print.c 1 /* $NetBSD: in6_print.c,v 1.1 2014/12/02 19:36:58 christos Exp $ */
32 __KERNEL_RCSID(0, "$NetBSD: in6_print.c,v 1.1 2014/12/02 19:36:58 christos Exp $");
35 __RCSID("$NetBSD: in6_print.c,v 1.1 2014/12/02 19:36:58 christos Exp $");
44 in6_print(char *buf, size_t len, const struct in6_addr *ia6) function in typeref:typename:int
129 return in6_print(buf, len, ia6);
130 in6_print(abuf, sizeof(abuf), ia6);
in6.h 727 int in6_print(char *, size_t, const struct in6_addr *);
728 #define IN6_PRINT(b, a) (in6_print((b), sizeof(b), (a)), (b))
  /src/sys/dist/pf/net/
pf_osfp.c 175 in6_print(srcname, sizeof(srcname),
  /src/sys/netinet/
tcp_input.c 859 in6_print(src, sizeof(src), &ip6->ip6_src);
860 in6_print(dst, sizeof(dst), &ip6->ip6_dst);
3149 in6_print(buf, sizeof(buf),
  /src/sys/netipsec/
ipsec.c 1763 in6_print(buf, size, &sa->sin6.sin6_addr);

Completed in 17 milliseconds