HomeSort by: relevance | last modified time | path
    Searched defs:address_type (Results 1 - 9 of 9) sorted by relevancy

  /src/external/bsd/tcpdump/dist/
print-lspping.c 437 nd_uint8_t address_type; member in struct:lspping_tlv_downstream_map_t
443 nd_uint8_t address_type; member in struct:lspping_tlv_downstream_map_ipv4_t
451 nd_uint8_t address_type; member in struct:lspping_tlv_downstream_map_ipv4_unmb_t
459 nd_uint8_t address_type; member in struct:lspping_tlv_downstream_map_ipv6_t
467 nd_uint8_t address_type; member in struct:lspping_tlv_downstream_map_ipv6_unmb_t
505 u_int address_type; local
902 address_type = GET_U_1(tlv_ptr.lspping_tlv_downstream_map->address_type);
907 address_type),
908 address_type);
    [all...]
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
expr.c 691 dwarf_expr_context::address_type () const function in class:dwarf_expr_context
742 push (value_from_ulongest (address_type (), value), in_stack_memory);
921 type = address_type ();
1506 type *address_type = this->address_type ();
1570 result_val = value_from_ulongest (address_type, result);
1583 result_val = value_from_ulongest (address_type, result);
1595 result_val = value_from_ulongest (address_type, result);
1605 result_val = value_from_ulongest (address_type, result);
1610 result_val = value_from_ulongest (address_type, result)
1505 type *address_type = this->address_type (); local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
expr.c 691 dwarf_expr_context::address_type () const function in class:dwarf_expr_context
742 push (value_from_ulongest (address_type (), value), in_stack_memory);
921 type = address_type ();
1506 type *address_type = this->address_type ();
1570 result_val = value_from_ulongest (address_type, result);
1583 result_val = value_from_ulongest (address_type, result);
1595 result_val = value_from_ulongest (address_type, result);
1604 result_val = value_from_ulongest (address_type, result);
1609 result_val = value_from_ulongest (address_type, result)
1505 type *address_type = this->address_type (); local
    [all...]
  /src/sys/netbt/
hci_le.h 202 uint8_t address_type; member in struct:__anon7381
211 uint8_t address_type; member in struct:__anon7382
  /src/external/gpl3/gcc/dist/gcc/
reload.cc 2652 enum reload_type address_type[MAX_RECOG_OPERANDS];
2861 address_type[i]
2913 i, address_type[i], ind_levels, insn);
2921 = find_reloads_toplev (recog_data.operand[i], i, address_type[i],
2950 = find_reloads_toplev (recog_data.operand[i], i, address_type[i],
2979 = find_reloads_toplev (recog_data.operand[i], i, address_type[i],
3994 = find_reloads_toplev (tem, i, address_type[i], ind_levels,
4391 rld[i].when_needed = address_type[rld[i].opnum];
2639 enum reload_type address_type[MAX_RECOG_OPERANDS]; local
  /src/external/gpl3/gcc.old/dist/gcc/
reload.cc 2651 enum reload_type address_type[MAX_RECOG_OPERANDS];
2860 address_type[i]
2912 i, address_type[i], ind_levels, insn);
2920 = find_reloads_toplev (recog_data.operand[i], i, address_type[i],
2949 = find_reloads_toplev (recog_data.operand[i], i, address_type[i],
2978 = find_reloads_toplev (recog_data.operand[i], i, address_type[i],
3999 = find_reloads_toplev (tem, i, address_type[i], ind_levels,
4396 rld[i].when_needed = address_type[rld[i].opnum];
2638 enum reload_type address_type[MAX_RECOG_OPERANDS]; local
  /src/external/mpl/bind/dist/lib/dns/
adb.c 2749 unsigned int address_type; local
2759 address_type = 0;
2761 address_type = DNS_ADBFIND_INET;
2767 address_type = DNS_ADBFIND_INET6;
2774 INSIST(address_type != 0 && fetch != NULL);
2802 if (address_type == DNS_ADBFIND_INET) {
2859 address_type == DNS_ADBFIND_INET ? "A" : "AAAA",
2869 if (address_type == DNS_ADBFIND_INET) {
2889 if (address_type == DNS_ADBFIND_INET) {
2901 clean_finds_at_name(name, astat, address_type);
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
adb.c 3878 unsigned int address_type; local
3894 address_type = 0;
3896 address_type = DNS_ADBFIND_INET;
3902 address_type = DNS_ADBFIND_INET6;
3909 INSIST(address_type != 0 && fetch != NULL);
3954 if (address_type == DNS_ADBFIND_INET) {
4011 address_type == DNS_ADBFIND_INET ? "A" : "AAAA",
4021 if (address_type == DNS_ADBFIND_INET) {
4041 if (address_type == DNS_ADBFIND_INET) {
4052 clean_finds_at_name(name, ev_status, address_type);
    [all...]
  /src/external/mpl/dhcp/dist/includes/
dhcpd.h 1818 int address_type; member in struct:dhcp_ddns_cb

Completed in 54 milliseconds