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

  /src/tests/sys/netinet6/
t_print.c 34 #include "netinet6/in6_print.c"
74 ATF_TC(in6_print); variable
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
129 return in6_print(buf, len, ia6);
130 in6_print(abuf, sizeof(abuf), ia6);

Completed in 37 milliseconds