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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/tipc/
H A Dconfig.h46 int tipc_cfg_append_tlv(struct sk_buff *buf, int tlv_type,
48 struct sk_buff *tipc_cfg_reply_unsigned_type(u16 tlv_type, u32 value);
49 struct sk_buff *tipc_cfg_reply_string_type(u16 tlv_type, char *string);
H A Dconfig.c89 int tipc_cfg_append_tlv(struct sk_buff *buf, int tlv_type, argument
100 tlv->tlv_type = htons(tlv_type);
107 struct sk_buff *tipc_cfg_reply_unsigned_type(u16 tlv_type, u32 value) argument
115 tipc_cfg_append_tlv(buf, tlv_type, &value_net,
121 struct sk_buff *tipc_cfg_reply_string_type(u16 tlv_type, char *string) argument
128 tipc_cfg_append_tlv(buf, tlv_type, string, string_len);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dtipc_config.h238 __be16 tlv_type; /* TLV identifier */ member in struct:tlv_desc
266 (ntohs(((struct tlv_desc *)tlv)->tlv_type) == exp_type);
276 tlv_ptr->tlv_type = htons(type);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/bonding/
H A Dbond_3ad.h154 u8 tlv_type; // = 0x01 (marker information) member in struct:marker
H A Dbond_3ad.c1726 marker.tlv_type=AD_MARKER_RESPONSE_SUBTYPE;
2140 switch (((struct marker *)lacpdu)->tlv_type) {

Completed in 63 milliseconds