Searched refs:tlvs (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/atm/
H A Dlec.h46 u8 **tlvs, u32 *sizeoftlvs);
48 const u8 *tlvs, u32 sizeoftlvs);
50 const u8 *tlvs, u32 sizeoftlvs);
139 u8 *tlvs; /* LANE2: TLVs are new */ member in struct:lec_priv
H A Dlec_arpc.h43 u8 *tlvs; member in struct:lec_arp_table
47 * the length of the tlvs array
55 * the tlvs in the lec_arp_table->tlvs array
H A Dmpc.c74 const uint8_t *tlvs, uint8_t mps_macs,
364 const u8 *tlvs, u32 sizeoftlvs)
379 end_of_tlvs = tlvs + sizeoftlvs;
380 while (end_of_tlvs - tlvs >= 5) {
381 type = ((tlvs[0] << 24) | (tlvs[1] << 16) |
382 (tlvs[2] << 8) | tlvs[3]);
383 length = tlvs[4];
384 tlvs
363 lane2_assoc_ind(struct net_device *dev, const u8 *mac_addr, const u8 *tlvs, u32 sizeoftlvs) argument
452 copy_macs(struct mpoa_client *mpc, const uint8_t *router_mac, const uint8_t *tlvs, uint8_t mps_macs, uint8_t device_type) argument
[all...]
H A Dlec.c74 const u8 *tlvs, u32 sizeoftlvs);
76 u8 **tlvs, u32 *sizeoftlvs);
78 const u8 *tlvs, u32 sizeoftlvs);
469 pr_debug("LANE2 3.1.5, got tlvs, size %d\n",
1206 * Non force allocates memory and fills in *tlvs, fills in *sizeoftlvs.
1212 u8 **tlvs, u32 *sizeoftlvs)
1227 *tlvs = kmemdup(table->tlvs, table->sizeoftlvs, GFP_ATOMIC);
1228 if (*tlvs == NULL)
1244 skb_copy_to_linear_data(skb, *tlvs, *sizeoftlv
1211 lane2_resolve(struct net_device *dev, const u8 *dst_mac, int force, u8 **tlvs, u32 *sizeoftlvs) argument
1257 lane2_associate_req(struct net_device *dev, const u8 *lan_dst, const u8 *tlvs, u32 sizeoftlvs) argument
1293 lane2_associate_ind(struct net_device *dev, const u8 *mac_addr, const u8 *tlvs, u32 sizeoftlvs) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dbcmutils.h1079 extern bcm_tlv_t *bcm_find_vendor_ie(void *tlvs, int tlvs_len, const char *voui, uint8 *type,
H A Dwlioctl.h5639 wl_wsec_info_tlv_t tlvs[1]; /* tlv data follows */ member in struct:wl_wsec_info
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dbcmutils.c4069 bcm_find_vendor_ie(void *tlvs, int tlvs_len, const char *voui, uint8 *type, int type_len) argument
4074 ie = (bcm_tlv_t*)tlvs;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/shared/
H A Dbroadcom.c6613 wps_enr_wl_is_wps_ie(uint8 **wpaie, uint8 **tlvs, uint *tlvs_len, char *configured) argument
6632 *tlvs_len -= (int)(ie - *tlvs);
6634 *tlvs = ie;

Completed in 372 milliseconds