Searched refs:rtsock_print_cmdtype (Results 1 – 2 of 2) sorted by relevance
/freebsd/tests/sys/net/routing/ |
H A D | rtsock_print.h | 130 rtsock_print_cmdtype(int cmd) in rtsock_print_cmdtype() function 358 rtsock_print_cmdtype(rtm->rtm_type), in rtsock_print_message_hd()
|
H A D | test_rtsock_l3.c | 178 "expected %s message, got %d (%s)", rtsock_print_cmdtype(cmd), in verify_route_message() 179 rtm->rtm_type, rtsock_print_cmdtype(rtm->rtm_type)); in verify_route_message() 1187 RLOG("skipping msg type %s, try: %d", rtsock_print_cmdtype(rtm->rtm_type), in ATF_TC_BODY() 1346 RLOG("skipping msg type %s, try: %d", rtsock_print_cmdtype(rtm->rtm_type), in ATF_TC_BODY()
|