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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dif_link.h69 IFLA_PROTINFO, /* Protocol specific information for a link */ enumerator in enum:__anon9901
70 #define IFLA_PROTINFO IFLA_PROTINFO macro
120 /* Subtype attributes for IFLA_PROTINFO */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bridge/
H A Dbr_netlink.c26 + nla_total_size(1); /* IFLA_PROTINFO */
69 NLA_PUT_U8(skb, IFLA_PROTINFO, port->state);
150 protinfo = nlmsg_find_attr(nlh, sizeof(*ifm), IFLA_PROTINFO);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/include/linux/
H A Drtnetlink.h729 IFLA_PROTINFO, /* Protocol specific information for a link */ enumerator in enum:__anon240
730 #define IFLA_PROTINFO IFLA_PROTINFO macro
776 /* Subtype attributes for IFLA_PROTINFO */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/dhcp6/
H A Dnetlink.c157 #ifdef IFLA_PROTINFO
158 case IFLA_PROTINFO:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zeroconf-0.9/
H A Dzeroconf.c1271 case IFLA_PROTINFO:
1272 fprintf(stderr, "IFLA_PROTINFO");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Daddrconf.c3516 + nla_total_size( /* IFLA_PROTINFO */
3584 protoinfo = nla_nest_start(skb, IFLA_PROTINFO);

Completed in 174 milliseconds