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 in typeref:typename:int
57 return in_print(buf, len, ia);
59 in_print(abuf, sizeof(abuf), ia);
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 in typeref:typename:int
57 return in_print(buf, len, ia);
59 in_print(abuf, sizeof(abuf), ia);

Completed in 24 milliseconds