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

  /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_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);

Completed in 64 milliseconds