/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/wpa_supplicant_8/src/common/ |
D | dhcp.h | 20 u8 htype; member 39 u8 htype; member
|
/external/syslinux/com32/cmenu/libmenu/ |
D | cmenu.h | 248 void reg_handler(t_handler htype, void *handler); // Register handler 250 void unreg_handler(t_handler htype);
|
D | menu.c | 842 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/ |
D | dhcp.h | 33 uint8_t htype; /* Hardware address type */ member
|
D | dhcp.c | 279 lua_pushinteger(L, dhcp->htype); in dhcp_gettable()
|
/external/kernel-headers/original/uapi/linux/netfilter_bridge/ |
D | ebt_arp.h | 22 __be16 htype; member
|
/external/syslinux/com32/include/ |
D | dhcp.h | 13 uint8_t htype; /* 1 */ member
|
/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 | 293 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()
|
D | dnsmasq.h | 564 u8 op, htype, hlen, hops; member
|
/external/iproute2/ip/ |
D | iplink.c | 972 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/ |
D | print-atalk.c | 52 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/ |
D | dhcp.h | 77 PACK_STRUCT_FIELD(u8_t htype);
|
/external/wpa_supplicant_8/src/wps/ |
D | wps_upnp_web.c | 1351 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/ |
D | dhcp.h | 514 uint8_t htype; member
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_wired.c | 61 u_int8_t htype; member
|
/external/wpa_supplicant_8/src/ap/ |
D | fils_hlp.c | 339 dhcp->op, dhcp->htype, dhcp->hlen, dhcp->hops, in fils_process_hlp_dhcp()
|
/external/toybox/toys/pending/ |
D | dhcp.c | 151 uint8_t htype; member 994 state->pdhcp.htype = DHCP_HTYPE_ETHERNET; in dhcpc_sendmsg()
|
D | dhcpd.c | 139 uint8_t htype; member 1017 gstate.send.send_pkt.htype = 1; in prepare_send_pkt()
|
/external/dnsmasq/contrib/lease-access/ |
D | lease.access.patch | 428 + lease_set_hwaddr(lease, mess->chaddr, NULL, mess->hlen, mess->htype, 0);
|
/external/syslinux/gpxe/src/net/udp/ |
D | dhcp.c | 1051 dhcphdr->htype = ntohs ( netdev->ll_protocol->ll_proto ); in dhcp_create_packet()
|
/external/syslinux/core/lwip/src/core/ |
D | dhcp.c | 1663 dhcp->msg_out->htype = DHCP_HTYPE_ETH; in dhcp_create_msg()
|