Home
last modified time | relevance | path

Searched refs:htype (Results 1 – 25 of 26) sorted by relevance

12

/external/dnsmasq/contrib/wrt/
Ddhcp_release.c67 u8 op, htype, hlen, hops; member
292 packet.htype = ARPHRD_ETHER; in main()
294 packet.htype = mac_type; in main()
Ddhcp_lease_time.c62 u8 op, htype, hlen, hops; member
160 packet.htype = 0; in main()
/external/wpa_supplicant_8/src/common/
Ddhcp.h20 u8 htype; member
39 u8 htype; member
/external/syslinux/com32/cmenu/libmenu/
Dcmenu.h248 void reg_handler(t_handler htype, void *handler); // Register handler
250 void unreg_handler(t_handler htype);
Dmenu.c842 void reg_handler(t_handler htype, void *handler) in reg_handler() argument
845 switch (htype) { in reg_handler()
855 void unreg_handler(t_handler htype) in unreg_handler() argument
857 switch (htype) { in unreg_handler()
/external/syslinux/com32/lua/src/
Ddhcp.h33 uint8_t htype; /* Hardware address type */ member
Ddhcp.c279 lua_pushinteger(L, dhcp->htype); in dhcp_gettable()
/external/kernel-headers/original/uapi/linux/netfilter_bridge/
Debt_arp.h22 __be16 htype; member
/external/syslinux/com32/include/
Ddhcp.h13 uint8_t htype; /* 1 */ member
/external/dnsmasq/src/
Dbpf.c176 if (mess->htype != ARPHRD_ETHER || mess->hlen != ETHER_ADDR_LEN) in send_via_bpf()
179 mess->htype, ifr->ifr_name); in send_via_bpf()
Drfc2131.c161 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 …]
Ddhcp.c293 mess->hlen > sizeof(ifr.ifr_addr.sa_data) || mess->htype == 0) in dhcp_packet()
317 req.arp_ha.sa_family = mess->htype; in dhcp_packet()
324 …else if ((ntohs(mess->flags) & 0x8000) || mess->hlen != ETHER_ADDR_LEN || mess->htype != ARPHRD_ET… in dhcp_packet()
Ddnsmasq.h564 u8 op, htype, hlen, hops; member
/external/iproute2/ip/
Diplink.c972 static int get_address(const char *dev, int *htype) in get_address() argument
1010 *htype = me.sll_hatype; in get_address()
1059 int htype, halen; in do_set() local
1171 halen = get_address(dev, &htype); in do_set()
1175 if (parse_address(dev, htype, halen, newaddr, &ifr0) < 0) in do_set()
1179 if (parse_address(dev, htype, halen, newbrd, &ifr1) < 0) in do_set()
/external/tcpdump/
Dprint-atalk.c52 uint16_t htype, ptype; member
228 if (EXTRACT_16BITS(&ap->htype) == 1 && in aarp_print()
246 length, EXTRACT_16BITS(&ap->op), EXTRACT_16BITS(&ap->htype), in aarp_print()
/external/syslinux/core/lwip/src/include/lwip/
Ddhcp.h77 PACK_STRUCT_FIELD(u8_t htype);
/external/wpa_supplicant_8/src/wps/
Dwps_upnp_web.c1351 enum httpread_hdr_type htype = http_request_get_type(req); in web_connection_check_data() local
1365 htype, inet_ntoa(cli->sin_addr), htons(cli->sin_port)); in web_connection_check_data()
1367 switch (htype) { in web_connection_check_data()
/external/syslinux/gpxe/src/include/gpxe/
Ddhcp.h514 uint8_t htype; member
/external/wpa_supplicant_8/src/drivers/
Ddriver_wired.c61 u_int8_t htype; member
/external/wpa_supplicant_8/src/ap/
Dfils_hlp.c339 dhcp->op, dhcp->htype, dhcp->hlen, dhcp->hops, in fils_process_hlp_dhcp()
/external/toybox/toys/pending/
Ddhcp.c151 uint8_t htype; member
994 state->pdhcp.htype = DHCP_HTYPE_ETHERNET; in dhcpc_sendmsg()
Ddhcpd.c139 uint8_t htype; member
1017 gstate.send.send_pkt.htype = 1; in prepare_send_pkt()
/external/dnsmasq/contrib/lease-access/
Dlease.access.patch428 + lease_set_hwaddr(lease, mess->chaddr, NULL, mess->hlen, mess->htype, 0);
/external/syslinux/gpxe/src/net/udp/
Ddhcp.c1051 dhcphdr->htype = ntohs ( netdev->ll_protocol->ll_proto ); in dhcp_create_packet()
/external/syslinux/core/lwip/src/core/
Ddhcp.c1663 dhcp->msg_out->htype = DHCP_HTYPE_ETH; in dhcp_create_msg()

12