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