Home
last modified time | relevance | path

Searched refs:snl_attr_parser (Results 1 – 6 of 6) sorted by relevance

/freebsd-14-stable/sys/netlink/
HDnetlink_snl_route_parsers.h60 static const struct snl_attr_parser _nla_p_mp_nh_metrics[] = {
65 static const struct snl_attr_parser _nla_p_mp_nh[] = {
131 static const struct snl_attr_parser _nla_p_rtmetrics[] = {
136 static const struct snl_attr_parser _nla_p_route[] = {
194 static const struct snl_attr_parser _nla_p_link_fbsd[] = {
200 static const struct snl_attr_parser _nla_p_link[] = {
232 static struct snl_attr_parser _nla_p_link_s[] = {
258 static const struct snl_attr_parser _nla_p_neigh_fbsd[] = {
263 static struct snl_attr_parser _nla_p_neigh_s[] = {
306 static const struct snl_attr_parser _nla_p_addr_fbsd[] = {
[all …]
HDnetlink_snl_generic.h66 static struct snl_attr_parser _nla_p_getmc[] = {
83 static struct snl_attr_parser _nla_p_getfam[] = {
HDnetlink_snl.h139 struct snl_attr_parser { struct
159 const struct snl_attr_parser *np; /* array of attribute parsers */ argument
423 static const struct snl_attr_parser *
424 find_parser(const struct snl_attr_parser *ps, int pslen, int key) in find_parser()
449 const struct snl_attr_parser *ps, int pslen, void *target) in snl_parse_attrs_raw()
457 const struct snl_attr_parser *s = find_parser(ps, pslen, nla_type); in snl_parse_attrs_raw()
469 const struct snl_attr_parser *ps, int pslen, void *target) in snl_parse_attrs()
803 static const struct snl_attr_parser _nla_p_bit[] = {
819 static const struct snl_attr_parser _nla_p_bitset[] = {
909 static const struct snl_attr_parser nla_p_errmsg[] = {
[all …]
/freebsd-14-stable/usr.bin/genl/
HDgenl.c75 static struct snl_attr_parser ap_nlevent_get[] = {
95 static struct snl_attr_parser _nla_p_getops[] = {
115 static struct snl_attr_parser _nla_p_getfamily[] = {
/freebsd-14-stable/lib/libifconfig/
HDlibifconfig_carp.c51 static struct snl_attr_parser ap_carp_get[] = {
/freebsd-14-stable/tests/sys/netlink/
HDtest_snl.c186 static struct snl_attr_parser ap_link[] = {