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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/udhcpd/
H A Darpping.h15 u_short htype; /* hardware type (must be ARPHRD_ETHER) */ member in struct:arpMsg
H A Dpacket.h14 u_int8_t htype; member in struct:dhcpMessage
H A Darpping.c64 arp.htype = htons(ARPHRD_ETHER); /* hardware type */
H A Dpacket.c39 packet->htype = ETH_10MB;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/netfilter_bridge/
H A Debt_arp.h19 __be16 htype; member in struct:ebt_arp_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/libiproute/
H A Diplink.c103 static int get_address(char *dev, int *htype) argument
127 *htype = me.sll_hatype;
173 int htype, halen; local
237 halen = get_address(dev, &htype);
239 parse_address(dev, htype, halen, newaddr, &ifr0);
242 parse_address(dev, htype, halen, newbrd, &ifr1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/ip/
H A Diplink.c177 static int get_address(const char *dev, int *htype) argument
215 *htype = me.sll_hatype;
264 int htype, halen; local
372 halen = get_address(dev, &htype);
376 if (parse_address(dev, htype, halen, newaddr, &ifr0) < 0)
380 if (parse_address(dev, htype, halen, newbrd, &ifr1) < 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/udhcp/
H A Darpping.c23 uint16_t htype; /* 0e hardware type (must be ARPHRD_ETHER) */ member in struct:arpMsg
65 arp.htype = htons(ARPHRD_ETHER); /* hardware type */
H A Dcommon.h26 uint8_t htype; member in struct:dhcpMessage
H A Dpacket.c34 packet->htype = ETH_10MB;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-alpha/
H A Dcore_irongate.h96 igcsr32 htype; /* 0x0C - header type (at 0x0E) */ member in struct:__anon7892
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bridge/netfilter/
H A Debt_arp.c30 if (info->bitmask & EBT_ARP_HTYPE && FWINV(info->htype !=
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dipconfig.c531 u8 htype; /* HW address type */ member in struct:bootp_pkt
725 b->htype = dev->type;
727 b->htype = ARPHRD_IEEE802;
729 b->htype = ARPHRD_ETHER;
732 b->htype = dev->type; /* can cause undefined behavior */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/dnsmasq-2.15/src/
H A Drfc2131.c112 if (mess->htype != ARPHRD_ETHER)
114 if (mess->htype != ARPHRD_ETHER && mess->htype != ARPHRD_IEEE802)
118 mess->htype, iface_name);
H A Ddnsmasq.h322 u8 op, htype, hlen, hops; member in struct:udp_dhcp_packet::dhcp_packet
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/dvb-core/
H A Ddvb_net.c264 unsigned char htype = p->ule_sndu_type & 0x00FF; local
269 if (ule_mandatory_ext_handlers[htype]) {
270 ext_len = ule_mandatory_ext_handlers[htype]( p );
288 if (ule_optional_ext_handlers[htype])
289 (void)ule_optional_ext_handlers[htype]( p );

Completed in 113 milliseconds