Searched refs:hh (Results 26 - 41 of 41) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/core/
H A Dpktgen.c320 __u8 hh[14]; member in struct:pktgen_dev
329 __u16 pad; /* pad out the hh struct to an even 16 bytes */
1412 memcpy(&(pkt_dev->hh[0]), pkt_dev->dst_mac, ETH_ALEN);
1963 memcpy(&(pkt_dev->hh[6]), pkt_dev->odev->dev_addr, ETH_ALEN);
1966 memcpy(&(pkt_dev->hh[0]), pkt_dev->dst_mac, ETH_ALEN);
2110 pkt_dev->hh[11] = tmp;
2112 pkt_dev->hh[10] = tmp;
2114 pkt_dev->hh[9] = tmp;
2116 pkt_dev->hh[8] = tmp;
2118 pkt_dev->hh[
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/net/
H A Ddst.h64 struct hh_cache *hh; member in struct:dst_entry
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A Dplip.c154 struct hh_cache *hh);
228 struct hh_cache *hh);
1029 struct hh_cache *hh)
1034 if ((ret = nl->orig_hard_header_cache(neigh, hh)) == 0)
1038 eth = (struct ethhdr*)(((u8*)hh->hh_data) +
1028 plip_hard_header_cache(struct neighbour *neigh, struct hh_cache *hh) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/util-linux/
H A Dfdisk.c1090 int i, h, s, hh, ss; local
1097 hh = ss = 0;
1104 hh = h;
1107 } else if (hh != h || ss != s)
1113 pt_heads = hh;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Disdn.h358 struct hh_cache *hh);
H A Dnetdevice.h516 struct hh_cache *hh);
517 void (*header_cache_update)(struct hh_cache *hh,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/drivers/vx/
H A Dvx_mixer.c59 u8 hh; member in struct:vx_codec_data::b
73 u8 hh; member in struct:vx_codec_data::b
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/contrib/masmx64/
H A Dinffasx64.asm22 ; http://msdn.microsoft.com/library/en-us/kmarch/hh/kmarch/64bitAMD_8e951dd2-ee77-4728-8702-55ce4b5dd24a.xml.asp
H A Dgvmat64.asm157 ; http://msdn.microsoft.com/library/en-us/kmarch/hh/kmarch/64bitAMD_8e951dd2-ee77-4728-8702-55ce4b5dd24a.xml.asp
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/contrib/masmx64/
H A Dinffasx64.asm22 ; http://msdn.microsoft.com/library/en-us/kmarch/hh/kmarch/64bitAMD_8e951dd2-ee77-4728-8702-55ce4b5dd24a.xml.asp
H A Dgvmat64.asm157 ; http://msdn.microsoft.com/library/en-us/kmarch/hh/kmarch/64bitAMD_8e951dd2-ee77-4728-8702-55ce4b5dd24a.xml.asp
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv4/
H A Dip_output.c187 if (dst->hh)
188 return neigh_hh_output(dst->hh, skb);
H A Droute.c358 r->u.dst.hh ? atomic_read(&r->u.dst.hh->hh_refcnt) : -1,
359 r->u.dst.hh ? (r->u.dst.hh->hh_output ==
1204 rt->u.dst.hh = NULL;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv6/
H A Dip6_output.c77 if (dst->hh)
78 return neigh_hh_output(dst->hh, skb);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/infiniband/core/
H A Dcma.c250 static inline u8 sdp_get_ip_ver(struct sdp_hh *hh) argument
252 return hh->ip_version >> 4;
255 static inline void sdp_set_ip_ver(struct sdp_hh *hh, u8 ip_ver) argument
257 hh->ip_version = (ip_ver << 4) | (hh->ip_version & 0xF);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dffplay.c2359 int ns, hh, mm, ss; local
2367 hh = ns/3600;
2371 hh, mm, ss, thh, tmm, tss);

Completed in 297 milliseconds

12