/external/dnsmasq/contrib/wrt/ |
D | dhcp_release.c | 67 u8 op, htype, hlen, hops; member 292 packet.htype = ARPHRD_ETHER; in main() 294 packet.htype = mac_type; in main()
|
D | dhcp_lease_time.c | 62 u8 op, htype, hlen, hops; member 160 packet.htype = 0; in main()
|
/external/kernel-headers/original/uapi/linux/netfilter_bridge/ |
D | ebt_arp.h | 21 __be16 htype; member
|
/external/iproute2/ip/ |
D | iplink.c | 705 static int get_address(const char *dev, int *htype) in get_address() argument 743 *htype = me.sll_hatype; in get_address() 793 int htype, halen; in do_set() local 899 halen = get_address(dev, &htype); in do_set() 903 if (parse_address(dev, htype, halen, newaddr, &ifr0) < 0) in do_set() 907 if (parse_address(dev, htype, halen, newbrd, &ifr1) < 0) in do_set()
|
/external/dnsmasq/src/ |
D | bpf.c | 176 if (mess->htype != ARPHRD_ETHER || mess->hlen != ETHER_ADDR_LEN) in send_via_bpf() 179 mess->htype, ifr->ifr_name); in send_via_bpf()
|
D | rfc2131.c | 161 if (mess->htype == 0 && mess->hlen != 0) in dhcp_reply() 259 lease = lease_find_by_client(mess->chaddr, mess->hlen, mess->htype, clid, clid_len); in dhcp_reply() 270 emac = extended_hwaddr(mess->htype, mess->hlen, mess->chaddr, clid_len, clid, &emac_len); in dhcp_reply() 275 (mac->hwaddr_type == mess->htype || mac->hwaddr_type == 0) && in dhcp_reply() 363 mess->chaddr, mess->hlen, mess->htype, NULL); in dhcp_reply() 380 if (mess->htype == 0 || mess->hlen == 0 || (context->flags & CONTEXT_PROXY)) in dhcp_reply() 431 lease->hwaddr_type != mess->htype || in dhcp_reply() 437 if (!(lease = lease_find_by_client(mess->chaddr, mess->hlen, mess->htype, NULL, 0)) || in dhcp_reply() 479 lease_set_hwaddr(lease, mess->chaddr, NULL, mess->hlen, mess->htype, 0); in dhcp_reply() 583 mess->htype, hostname); in dhcp_reply() [all …]
|
D | dhcp.c | 288 mess->hlen > sizeof(ifr.ifr_addr.sa_data) || mess->htype == 0) in dhcp_packet() 312 req.arp_ha.sa_family = mess->htype; in dhcp_packet() 319 …else if ((ntohs(mess->flags) & 0x8000) || mess->hlen != ETHER_ADDR_LEN || mess->htype != ARPHRD_ET… in dhcp_packet()
|
D | dnsmasq.h | 564 u8 op, htype, hlen, hops; member
|
/external/tcpdump/ |
D | print-atalk.c | 57 u_int16_t htype, ptype; member 200 if (EXTRACT_16BITS(&ap->htype) == 1 && in aarp_print() 221 length, EXTRACT_16BITS(&ap->op), EXTRACT_16BITS(&ap->htype), in aarp_print()
|
/external/chromium_org/third_party/boringssl/src/ssl/ |
D | d1_lib.c | 495 static void dtls1_set_handshake_header(SSL *s, int htype, unsigned long len) in dtls1_set_handshake_header() argument 498 dtls1_set_message_header(s, p, htype, len, 0, len); in dtls1_set_handshake_header()
|
D | ssl_locl.h | 606 #define ssl_set_handshake_header(s, htype, len) \ argument 607 s->method->ssl3_enc->set_handshake_header(s, htype, len) 922 void ssl3_set_handshake_header(SSL *s, int htype, unsigned long len);
|
D | s3_lib.c | 969 void ssl3_set_handshake_header(SSL *s, int htype, unsigned long len) in ssl3_set_handshake_header() argument 972 *(p++) = htype; in ssl3_set_handshake_header()
|
/external/wpa_supplicant_8/src/wps/ |
D | wps_upnp_web.c | 1272 enum httpread_hdr_type htype = http_request_get_type(req); in web_connection_check_data() local 1286 htype, inet_ntoa(cli->sin_addr), htons(cli->sin_port)); in web_connection_check_data() 1288 switch (htype) { in web_connection_check_data()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_wired.c | 67 u_int8_t htype; member
|
/external/qemu/telephony/ |
D | sms.c | 1033 int htype = data[0]; in smspdu_get_user_data_ref() local 1036 if (htype == 00 && hlen == 3 && data + 5 <= end) { in smspdu_get_user_data_ref()
|
/external/qemu/tcg/i386/ |
D | tcg-target.c | 1086 TCGType htype = TCG_TYPE_I32; in tcg_out_tlb_load() local 1095 htype = TCG_TYPE_I64; in tcg_out_tlb_load() 1100 tcg_out_mov(s, htype, r0, addrlo); in tcg_out_tlb_load()
|
/external/dnsmasq/contrib/lease-access/ |
D | lease.access.patch | 428 + lease_set_hwaddr(lease, mess->chaddr, NULL, mess->hlen, mess->htype, 0);
|
/external/chromium_org/v8/src/ |
D | hydrogen.cc | 690 #define DEFINE_GET_CONSTANT(Name, name, type, htype, boolean_value) \ argument 698 htype, \
|