Searched refs:htype (Results 1 - 21 of 21) sorted by relevance

/external/kernel-headers/original/uapi/linux/netfilter_bridge/
H A Debt_arp.h21 __be16 htype; member in struct:ebt_arp_info
/external/dnsmasq/contrib/wrt/
H A Ddhcp_lease_time.c62 u8 op, htype, hlen, hops; member in struct:dhcp_packet
160 packet.htype = 0;
H A Ddhcp_release.c67 u8 op, htype, hlen, hops; member in struct:dhcp_packet
292 packet.htype = ARPHRD_ETHER;
294 packet.htype = mac_type;
/external/dnsmasq/src/
H A Dbpf.c176 if (mess->htype != ARPHRD_ETHER || mess->hlen != ETHER_ADDR_LEN)
179 mess->htype, ifr->ifr_name);
H A Drfc2131.c161 if (mess->htype == 0 && mess->hlen != 0)
259 lease = lease_find_by_client(mess->chaddr, mess->hlen, mess->htype, clid, clid_len);
270 emac = extended_hwaddr(mess->htype, mess->hlen, mess->chaddr, clid_len, clid, &emac_len);
275 (mac->hwaddr_type == mess->htype || mac->hwaddr_type == 0) &&
363 mess->chaddr, mess->hlen, mess->htype, NULL);
380 if (mess->htype == 0 || mess->hlen == 0 || (context->flags & CONTEXT_PROXY))
431 lease->hwaddr_type != mess->htype ||
437 if (!(lease = lease_find_by_client(mess->chaddr, mess->hlen, mess->htype, NULL, 0)) ||
479 lease_set_hwaddr(lease, mess->chaddr, NULL, mess->hlen, mess->htype, 0);
583 mess->htype, hostnam
[all...]
H A Ddhcp.c288 mess->hlen > sizeof(ifr.ifr_addr.sa_data) || mess->htype == 0)
312 req.arp_ha.sa_family = mess->htype;
319 else if ((ntohs(mess->flags) & 0x8000) || mess->hlen != ETHER_ADDR_LEN || mess->htype != ARPHRD_ETHER)
H A Ddnsmasq.h564 u8 op, htype, hlen, hops; member in struct:dhcp_packet
/external/tcpdump/
H A Dprint-atalk.c57 u_int16_t htype, ptype; member in struct:aarp
200 if (EXTRACT_16BITS(&ap->htype) == 1 &&
220 (void)printf("len %u op %u htype %u ptype %#x halen %u palen %u",
221 length, EXTRACT_16BITS(&ap->op), EXTRACT_16BITS(&ap->htype),
/external/iproute2/ip/
H A Diplink.c705 static int get_address(const char *dev, int *htype) argument
743 *htype = me.sll_hatype;
793 int htype, halen; local
899 halen = get_address(dev, &htype);
903 if (parse_address(dev, htype, halen, newaddr, &ifr0) < 0)
907 if (parse_address(dev, htype, halen, newbrd, &ifr1) < 0)
/external/chromium_org/third_party/boringssl/src/ssl/
H A Dd1_lib.c495 static void dtls1_set_handshake_header(SSL *s, int htype, unsigned long len) argument
498 dtls1_set_message_header(s, p, htype, len, 0, len);
H A Dssl_locl.h606 #define ssl_set_handshake_header(s, htype, len) \
607 s->method->ssl3_enc->set_handshake_header(s, htype, len)
922 void ssl3_set_handshake_header(SSL *s, int htype, unsigned long len);
H A Ds3_lib.c969 void ssl3_set_handshake_header(SSL *s, int htype, unsigned long len) argument
972 *(p++) = htype;
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_upnp_web.c1272 enum httpread_hdr_type htype = http_request_get_type(req); local
1286 htype, inet_ntoa(cli->sin_addr), htons(cli->sin_port));
1288 switch (htype) {
/external/wpa_supplicant_8/src/wps/
H A Dwps_upnp_web.c1272 enum httpread_hdr_type htype = http_request_get_type(req); local
1286 htype, inet_ntoa(cli->sin_addr), htons(cli->sin_port));
1288 switch (htype) {
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_upnp_web.c1272 enum httpread_hdr_type htype = http_request_get_type(req); local
1286 htype, inet_ntoa(cli->sin_addr), htons(cli->sin_port));
1288 switch (htype) {
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_wired.c67 u_int8_t htype; member in struct:dhcp_message
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_wired.c67 u_int8_t htype; member in struct:dhcp_message
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_wired.c67 u_int8_t htype; member in struct:dhcp_message
/external/qemu/telephony/
H A Dsms.c1033 int htype = data[0]; local
1036 if (htype == 00 && hlen == 3 && data + 5 <= end) {
/external/qemu/tcg/i386/
H A Dtcg-target.c1086 TCGType htype = TCG_TYPE_I32; local
1095 htype = TCG_TYPE_I64;
1100 tcg_out_mov(s, htype, r0, addrlo);
/external/chromium_org/v8/src/
H A Dhydrogen.cc690 #define DEFINE_GET_CONSTANT(Name, name, type, htype, boolean_value) \
698 htype, \

Completed in 1586 milliseconds