Searched refs:snl_parse_errmsg (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/tests/sys/netlink/ |
| H A D | test_snl.c | 84 ATF_CHECK(snl_parse_errmsg(&ss, rx_hdr, &e)); in ATF_TC_BODY() 125 ATF_CHECK(snl_parse_errmsg(&ss, rx_hdr, &e)); in ATF_TC_BODY() 165 ATF_CHECK(snl_parse_errmsg(&ss, rx_hdr, &e)); in ATF_TC_BODY()
|
| /freebsd-14.2/sbin/route/ |
| H A D | route_netlink.c | 277 snl_parse_errmsg(ss, hdr, &e); in rtmsg_nl_int() 287 if (snl_parse_errmsg(ss, hdr, &e)) in rtmsg_nl_int()
|
| /freebsd-14.2/sys/netlink/ |
| H A D | netlink_snl.h | 933 snl_parse_errmsg(struct snl_state *ss, struct nlmsghdr *hdr, struct snl_errmsg_data *e) in snl_parse_errmsg() function 956 if (!snl_parse_errmsg(ss, hdr, e)) in snl_read_reply_code() 1002 if (!snl_parse_errmsg(ss, hdr, e)) in snl_read_reply_multi()
|