Searched refs:SIN_DB_RPINTF (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sys/netinet/
H A Din_debug.c51 #define SIN_DB_RPINTF(f, e) db_printf("\t %s = " f "\n", #e, sin->e); macro
53 SIN_DB_RPINTF("%u", sin_len);
54 SIN_DB_RPINTF("%u", sin_family);
55 SIN_DB_RPINTF("%u", sin_port);
56 SIN_DB_RPINTF("0x%08x", sin_addr.s_addr);
63 #undef SIN_DB_RPINTF macro

Completed in 44 milliseconds