HomeSort by relevance Sort by last modified time
    Searched refs:tlv_ptr (Results 1 - 15 of 15) sorted by null

  /external/tcpdump/
print-eigrp.c 230 } tlv_ptr; local
303 tlv_ptr.eigrp_tlv_general_parm = (const struct eigrp_tlv_general_parm_t *)tlv_tptr;
306 EXTRACT_16BITS(tlv_ptr.eigrp_tlv_general_parm->holdtime),
307 tlv_ptr.eigrp_tlv_general_parm->k1,
308 tlv_ptr.eigrp_tlv_general_parm->k2,
309 tlv_ptr.eigrp_tlv_general_parm->k3,
310 tlv_ptr.eigrp_tlv_general_parm->k4,
311 tlv_ptr.eigrp_tlv_general_parm->k5);
315 tlv_ptr.eigrp_tlv_sw_version = (const struct eigrp_tlv_sw_version_t *)tlv_tptr;
318 tlv_ptr.eigrp_tlv_sw_version->ios_major
    [all...]
print-slow.c 351 } tlv_ptr; local
386 tlv_ptr.lacp_tlv_actor_partner_info = (const struct lacp_tlv_actor_partner_info_t *)tlv_tptr;
390 etheraddr_string(tlv_ptr.lacp_tlv_actor_partner_info->sys),
391 EXTRACT_16BITS(tlv_ptr.lacp_tlv_actor_partner_info->sys_pri),
392 EXTRACT_16BITS(tlv_ptr.lacp_tlv_actor_partner_info->key),
393 EXTRACT_16BITS(tlv_ptr.lacp_tlv_actor_partner_info->port),
394 EXTRACT_16BITS(tlv_ptr.lacp_tlv_actor_partner_info->port_pri),
397 tlv_ptr.lacp_tlv_actor_partner_info->state));
402 tlv_ptr.lacp_tlv_collector_info = (const struct lacp_tlv_collector_info_t *)tlv_tptr;
405 EXTRACT_16BITS(tlv_ptr.lacp_tlv_collector_info->max_delay))
    [all...]
print-lspping.c 484 } tlv_ptr; local
    [all...]
print-cfm.c 297 const u_int8_t *tptr, *tlv_ptr, *ma_name, *ma_nameformat, *ma_namelength; local
516 tlv_ptr = tptr;
637 print_unknown_data(tlv_ptr, "\n\t ", cfm_tlv_len);
  /external/kernel-headers/original/uapi/linux/
tipc_config.h 277 struct tlv_desc *tlv_ptr; local
281 tlv_ptr = (struct tlv_desc *)tlv;
282 tlv_ptr->tlv_type = htons(type);
283 tlv_ptr->tlv_len = htons(tlv_len);
285 memcpy(TLV_DATA(tlv_ptr), data, tlv_len);
295 struct tlv_desc *tlv_ptr; /* ptr to current TLV */ member in struct:tlv_list_desc
302 list->tlv_ptr = (struct tlv_desc *)data;
313 return TLV_CHECK(list->tlv_ptr, list->tlv_space, exp_type);
318 return TLV_DATA(list->tlv_ptr);
323 __u16 tlv_space = TLV_ALIGN(ntohs(list->tlv_ptr->tlv_len))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
tipc_config.h 307 struct tlv_desc *tlv_ptr; local
311 tlv_ptr = (struct tlv_desc *)tlv;
312 tlv_ptr->tlv_type = htons(type);
313 tlv_ptr->tlv_len = htons(tlv_len);
315 memcpy(TLV_DATA(tlv_ptr), data, tlv_len);
325 struct tlv_desc *tlv_ptr; /* ptr to current TLV */ member in struct:tlv_list_desc
332 list->tlv_ptr = (struct tlv_desc *)data;
343 return TLV_CHECK(list->tlv_ptr, list->tlv_space, exp_type);
348 return TLV_DATA(list->tlv_ptr);
353 __u16 tlv_space = TLV_ALIGN(ntohs(list->tlv_ptr->tlv_len))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
tipc_config.h 283 struct tlv_desc *tlv_ptr; local
287 tlv_ptr = (struct tlv_desc *)tlv;
288 tlv_ptr->tlv_type = htons(type);
289 tlv_ptr->tlv_len = htons(tlv_len);
291 memcpy(TLV_DATA(tlv_ptr), data, tlv_len);
301 struct tlv_desc *tlv_ptr; /* ptr to current TLV */ member in struct:tlv_list_desc
308 list->tlv_ptr = (struct tlv_desc *)data;
319 return TLV_CHECK(list->tlv_ptr, list->tlv_space, exp_type);
324 return TLV_DATA(list->tlv_ptr);
329 __u16 tlv_space = TLV_ALIGN(ntohs(list->tlv_ptr->tlv_len))
    [all...]
  /bionic/libc/kernel/uapi/linux/
tipc_config.h 162 struct tlv_desc * tlv_ptr; member in struct:tlv_list_desc
  /development/ndk/platforms/android-21/include/linux/
tipc_config.h 166 struct tlv_desc *tlv_ptr; member in struct:tlv_list_desc
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
tipc_config.h 166 struct tlv_desc *tlv_ptr; member in struct:tlv_list_desc
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
tipc_config.h 166 struct tlv_desc *tlv_ptr; member in struct:tlv_list_desc
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
tipc_config.h 166 struct tlv_desc *tlv_ptr; member in struct:tlv_list_desc
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
tipc_config.h 166 struct tlv_desc *tlv_ptr; member in struct:tlv_list_desc
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
tipc_config.h 166 struct tlv_desc *tlv_ptr; member in struct:tlv_list_desc
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
tipc_config.h 166 struct tlv_desc *tlv_ptr; member in struct:tlv_list_desc

Completed in 153 milliseconds