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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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.c80 int tipc_cfg_append_tlv(struct sk_buff *buf, int tlv_type, argument
91 tlv->tlv_type = htons(tlv_type);
98 struct sk_buff *tipc_cfg_reply_unsigned_type(u16 tlv_type, u32 value) argument
106 tipc_cfg_append_tlv(buf, tlv_type, &value_net,
112 struct sk_buff *tipc_cfg_reply_string_type(u16 tlv_type, char *string) argument
119 tipc_cfg_append_tlv(buf, tlv_type, string, string_len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-ospf.c202 u_int tlv_type, tlv_length; local
211 tlv_type = EXTRACT_16BITS(tptr);
217 tok2str(lsa_opaque_grace_tlv_values,"unknown",tlv_type),
218 tlv_type,
228 if (tlv_type == 0 || tlv_length ==0) {
233 switch(tlv_type) {
284 u_int tlv_type, tlv_length, subtlv_type, subtlv_length; local
297 tlv_type = EXTRACT_16BITS(tptr);
303 tok2str(lsa_opaque_te_tlv_values,"unknown",tlv_type),
304 tlv_type,
571 register int j, tlv_type, tlv_length, topology; local
[all...]
H A Dprint-ldp.c253 u_short tlv_type,tlv_len,tlv_tlen,af,ft_flags; local
262 tlv_type=LDP_MASK_TLV_TYPE(EXTRACT_16BITS(ldp_tlv_header->type));
268 tlv_type),
269 tlv_type,
276 switch(tlv_type) {
H A Dprint-lldp.c916 u_int tlen, tlv_type, tlv_len; local
941 tlv_type = LLDP_EXTRACT_TYPE(tlv);
949 if (!tlv_type || !tlv_len) {
959 switch (tlv_type) {
1180 u_int oui, tlen, hexdump, tlv_type, tlv_len; local
1195 tlv_type = LLDP_EXTRACT_TYPE(tlv);
1204 tok2str(lldp_tlv_values, "Unknown", tlv_type),
1205 tlv_type, tlv_len);
1209 if (!tlv_type || !tlv_len) {
1218 switch (tlv_type) {
[all...]
H A Dprint-juniper.c1087 juniper_read_tlv_value(const u_char *p, u_int tlv_type, u_int tlv_len) { argument
1092 if (tlv_type < 128) {
1138 u_int8_t tlv_type,tlv_len; local
1192 tlv_type = *(tptr++);
1197 if (tlv_type == 0 || tlv_len == 0)
1202 tok2str(jnx_ext_tlv_values,"Unknown",tlv_type),
1203 tlv_type,
1206 tlv_value = juniper_read_tlv_value(tptr, tlv_type, tlv_len);
1207 switch (tlv_type) {
H A Dprint-isoclns.c1886 isis_print_ext_is_reach (const u_int8_t *tptr,const char *ident, int tlv_type) { argument
1898 if (tlv_type != ISIS_TLV_IS_ALIAS_ID) { /* the Alias TLV Metric field is implicit 0 */
2092 u_int8_t pdu_type, max_area, id_length, tlv_type, tlv_len, tmp, alen, lan_alen, prefix_len; local
2446 tlv_type = *pptr++;
2459 tlv_type),
2460 tlv_type,
2467 switch (tlv_type) {
2524 ext_is_len = isis_print_ext_is_reach(tptr,"\n\t ",tlv_type);
2535 ext_is_len = isis_print_ext_is_reach(tptr,"\n\t ",tlv_type);
2545 ext_is_len = isis_print_ext_is_reach(tptr,"\n\t ",tlv_type);
[all...]
H A Dprint-bgp.c960 int plen,tlen,strlen,tlv_type,tlv_len,ttlv_len; local
1003 tlv_type=*pptr++;
1008 switch(tlv_type) {
1012 tlv_type,
1029 tlv_type,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dtipc_config.h247 __be16 tlv_type; /* TLV identifier */ member in struct:tlv_desc
275 (ntohs(((struct tlv_desc *)tlv)->tlv_type) == exp_type);
285 tlv_ptr->tlv_type = htons(type);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/libertas/
H A Ddebugfs.c207 static void *lbs_tlv_find(uint16_t tlv_type, const uint8_t *tlv, uint16_t size) argument
217 if (tlv_h->type == cpu_to_le16(tlv_type))
227 static ssize_t lbs_threshold_read(uint16_t tlv_type, uint16_t event_mask, argument
258 got = lbs_tlv_find(tlv_type, subscribed->tlv, sizeof(subscribed->tlv));
279 static ssize_t lbs_threshold_write(uint16_t tlv_type, uint16_t event_mask, argument
333 tlv->header.type = cpu_to_le16(tlv_type);
336 if (tlv_type != TLV_TYPE_BCNMISS)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wimax/i2400m/
H A Dcontrol.c113 * @tlv_type: type of the TLV we are looking for
123 enum i2400m_tlv tlv_type, ssize_t tlv_size)
125 if (le16_to_cpu(tlv->type) != tlv_type) /* Not our type? skip */
132 tlv_type, size, tlv_size);
213 * @tlv_type: type of the TLV we are looking for
225 enum i2400m_tlv tlv_type, ssize_t tlv_size)
231 match = i2400m_tlv_match(tlv, tlv_type, tlv_size);
237 tlv_type, match, tlv_size);
122 i2400m_tlv_match(const struct i2400m_tlv_hdr *tlv, enum i2400m_tlv tlv_type, ssize_t tlv_size) argument
222 i2400m_tlv_find( struct i2400m *i2400m, const struct i2400m_tlv_hdr *tlv_hdr, size_t size, enum i2400m_tlv tlv_type, ssize_t tlv_size) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/bonding/
H A Dbond_3ad.h148 u8 tlv_type; // = 0x01 (marker information) member in struct:bond_marker
H A Dbond_3ad.c1756 marker.tlv_type=AD_MARKER_RESPONSE_SUBTYPE;
2144 switch (((struct bond_marker *)lacpdu)->tlv_type) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-agn.c1778 enum iwl_ucode_tlv_type tlv_type; local
1822 tlv_type = le16_to_cpu(tlv->type);
1842 switch (tlv_type) {
1917 IWL_WARN(priv, "unknown TLV: %d\n", tlv_type);
1931 IWL_ERR(priv, "TLV %d has invalid size: %u\n", tlv_type, tlv_len);

Completed in 327 milliseconds