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

/freebsd-9.3-release/sys/netinet/
H A Din_debug.c84 #define IA_DB_RPINTF(f, e) db_printf("\t %s = " f "\n", #e, ia->e); macro
89 IA_DB_RPINTF("0x%08lx", ia_subnet);
90 IA_DB_RPINTF("0x%08lx", ia_subnetmask);
91 IA_DB_RPINTF("%p", ia_hash.le_next);
92 IA_DB_RPINTF("%p", ia_hash.le_prev);
94 IA_DB_RPINTF("%p", ia_link.tqe_next);
95 IA_DB_RPINTF("%p", ia_link.tqe_prev);
102 #undef IA_DB_RPINTF macro

Completed in 90 milliseconds