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

  /src/sys/netinet/
in_print.c 1 /* $NetBSD: in_print.c,v 1.1 2014/12/02 19:35:27 christos Exp $ */
32 __KERNEL_RCSID(0, "$NetBSD: in_print.c,v 1.1 2014/12/02 19:35:27 christos Exp $");
35 __RCSID("$NetBSD: in_print.c,v 1.1 2014/12/02 19:35:27 christos Exp $");
41 in_print(char *buf, size_t len, const struct in_addr *ia) function
57 return in_print(buf, len, ia);
59 in_print(abuf, sizeof(abuf), ia);
  /src/tests/sys/netinet/
t_print.c 34 #include "netinet/in_print.c"
66 ATF_TC(in_print); variable
67 ATF_TC_HEAD(in_print, tc)
73 ATF_TC_BODY(in_print, tc)
80 r = in_print(buf, l, &tst[i].ia);
87 r = in_print(buf, l, &tst[i].ia);
141 ATF_TP_ADD_TC(tp, in_print);

Completed in 16 milliseconds