Searched refs:eh (Results 51 - 75 of 82) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/bluetooth/
H A Dbt3c_cs.c297 struct hci_event_hdr *eh; local
304 eh = hci_event_hdr(info->rx_skb);
306 info->rx_count = eh->plen;
H A Dbtuart_cs.c243 struct hci_event_hdr *eh; local
251 eh = hci_event_hdr(info->rx_skb);
253 info->rx_count = eh->plen;
H A Dbluecard_cs.c455 struct hci_event_hdr *eh; local
462 eh = hci_event_hdr(info->rx_skb);
464 info->rx_count = eh->plen;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/orinoco/
H A Dmain.c374 struct ethhdr *eh; local
386 eh = (struct ethhdr *)skb->data;
389 if (ntohs(eh->h_proto) > ETH_DATA_LEN) { /* Ethernet-II frame */
405 memcpy(&hdr.eth, eh, 2 * ETH_ALEN);
410 eh = (struct ethhdr *) skb_push(skb, ENCAPS_OVERHEAD);
411 memcpy(eh, &hdr, sizeof(hdr));
427 eh->h_dest, eh->h_source, 0 /* priority */,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8187se/ieee80211/
H A Dieee80211_tx.c277 struct ether_header *eh = (struct ether_header*)skb->data; local
285 if(eh->ether_type == __constant_htons(ETHERTYPE_IP)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A DMakefile9 ide-io-std.o ide-eh.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/usbip/
H A Dusbip_common.h364 struct usbip_task eh; member in struct:usbip_device
H A Dstub_dev.c520 if (busid_priv->sdev->ud.eh.thread == current) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A DMakefile102 libata-objs := libata-core.o libata-scsi.o libata-eh.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dperf_event.c366 int eu = 0, ek = 0, eh = 0; local
384 eh = event->attr.exclude_hv;
388 event->attr.exclude_hv != eh) {
393 if (eu || ek || eh)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Dlog4j-1.2.9.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/spi/ ...
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dtun.c291 struct ethhdr *eh = (struct ethhdr *) skb->data; local
295 if(eh->h_proto== htons(0x86DD))
306 if (!compare_ether_addr(eh->h_dest, filter->addr[i]))
310 if (is_multicast_ether_addr(eh->h_dest))
311 return addr_hash_test(filter->mask, eh->h_dest);
H A Dhamachi.c1299 struct ethhdr *eh = (struct ethhdr *)skb->data; local
1300 if (eh->h_proto == cpu_to_be16(ETH_P_IP)) {
1301 struct iphdr *ih = (struct iphdr *)((char *)eh + ETH_HLEN);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/pixmaps/flags_xpm/
H A DMakefile.am65 eh.xpm \
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dbcmutils.c2630 struct ether_header *eh; local
2642 eh = (struct ether_header *) pktdata;
2644 if (eh->ether_type == hton16(ETHER_TYPE_8021Q)) {
2648 evh = (struct ethervlan_header *)eh;
2681 } else if ((eh->ether_type == hton16(ETHER_TYPE_IP)) ||
2682 (eh->ether_type == hton16(ETHER_TYPE_IPV6))) {
2721 struct ether_header *eh; local
2730 eh = (struct ether_header *) pktdata;
2732 if (eh->ether_type == HTON16(ETHER_TYPE_IP)) {
2737 else if (eh
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/fcoe/
H A Dlibfcoe.c1262 struct ethhdr *eh; local
1271 eh = eth_hdr(skb);
1273 if (compare_ether_addr(eh->h_dest, fip->ctl_src_addr) &&
1274 compare_ether_addr(eh->h_dest, fcoe_all_vn2vn) &&
1275 compare_ether_addr(eh->h_dest, fcoe_all_p2p))
1277 } else if (compare_ether_addr(eh->h_dest, fip->ctl_src_addr) &&
1278 compare_ether_addr(eh->h_dest, fcoe_all_enode))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/modules/
H A Dppp.c2107 mblk_t *eh; local
2110 if ((eh = allocb(sizeof(struct ether_header), BPRI_HI)) == 0) {
2122 eh->b_wptr += sizeof(struct ether_header);
2123 bzero((caddr_t)eh->b_rptr, sizeof(struct ether_header));
2124 ((struct ether_header *)eh->b_rptr)->ether_type = htons((short)type);
2125 eh->b_cont = mp;
2126 return (eh);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/solaris/
H A Dppp.c2124 mblk_t *eh; local
2127 if ((eh = allocb(sizeof(struct ether_header), BPRI_HI)) == 0) {
2139 eh->b_wptr += sizeof(struct ether_header);
2140 bzero((caddr_t)eh->b_rptr, sizeof(struct ether_header));
2141 ((struct ether_header *)eh->b_rptr)->ether_type = htons((short)type);
2142 eh->b_cont = mp;
2143 return (eh);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/modules/
H A Dppp.c2075 mblk_t *eh; local
2078 if ((eh = allocb(sizeof(struct ether_header), BPRI_HI)) == 0) {
2090 eh->b_wptr += sizeof(struct ether_header);
2091 bzero((caddr_t)eh->b_rptr, sizeof(struct ether_header));
2092 ((struct ether_header *)eh->b_rptr)->ether_type = htons((short)type);
2093 eh->b_cont = mp;
2094 return (eh);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/solaris/
H A Dppp.c2075 mblk_t *eh; local
2078 if ((eh = allocb(sizeof(struct ether_header), BPRI_HI)) == 0) {
2090 eh->b_wptr += sizeof(struct ether_header);
2091 bzero((caddr_t)eh->b_rptr, sizeof(struct ether_header));
2092 ((struct ether_header *)eh->b_rptr)->ether_type = htons((short)type);
2093 eh->b_cont = mp;
2094 return (eh);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dperf_event.c934 int eu = 0, ek = 0, eh = 0; local
948 eh = event->attr.exclude_hv;
952 event->attr.exclude_hv != eh) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Ddm-snap.c644 static void dm_insert_exception(struct dm_exception_table *eh, argument
650 l = &eh->table[exception_hash(eh, new_e->old_chunk)];
653 if (!eh->hash_shift)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmatroskaenc.c981 int sh, sm, ss, sc, eh, em, es, ec; local
985 &sh, &sm, &ss, &sc, &eh, &em, &es, &ec) != 8)
988 end = 3600000*eh + 60000*em + 1000*es + 10*ec;
H A Dmatroskadec.c1042 int sh, sm, ss, eh, em, es, len; local
1046 eh = ec/360000; ec -= 360000*eh;
1054 layer, sh, sm, ss, sc, eh, em, es, ec, ptr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/myri10ge/
H A Dmyri10ge.c2234 struct ethhdr *eh; local
2244 eh = (struct ethhdr *)va;
2245 *mac_hdr = eh;
2247 if (eh->h_proto != htons(ETH_P_IP)) {
2248 if (eh->h_proto == htons(ETH_P_8021Q)) {

Completed in 404 milliseconds

1234