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

/freebsd-12-stable/sys/netinet/
H A Din_debug.c86 #define IA_DB_RPINTF(f, e) db_printf("\t %s = " f "\n", #e, ia->e); macro
91 IA_DB_RPINTF("0x%08lx", ia_subnet);
92 IA_DB_RPINTF("0x%08lx", ia_subnetmask);
93 IA_DB_RPINTF("%p", ia_hash.le_next);
94 IA_DB_RPINTF("%p", ia_hash.le_prev);
96 IA_DB_RPINTF("%p", ia_link.cstqe_next);
102 #undef IA_DB_RPINTF macro

Completed in 104 milliseconds