Searched refs:eh (Results 26 - 45 of 45) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dipt_LOG.c306 struct ip_esp_hdr _esph, *eh; local
315 eh = skb_header_pointer(skb, iphoff+ih->ihl*4,
317 if (eh == NULL) {
324 printk("SPI=0x%x ", ntohl(eh->spi));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/netfilter/
H A Dip6t_LOG.c161 struct ip_esp_hdr _esph, *eh; local
174 eh = skb_header_pointer(skb, ptr, sizeof(_esph),
176 if (eh == NULL) {
183 printk("SPI=0x%x )", ntohl(eh->spi) );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dioc3-eth.c524 struct ethhdr *eh = eth_hdr(skb); local
545 if (eh->h_proto != ntohs(ETH_P_IP))
548 ih = (struct iphdr *) ((char *)eh + ETH_HLEN);
564 ew = (uint16_t *) eh;
574 cp = (char *)eh + len; /* points at trailing CRC */
1392 uint16_t *eh; local
1396 eh = (uint16_t *) skb->data;
1399 ehsum = eh[0] + eh[1] + eh[
[all...]
H A Dhamachi.c1292 struct ethhdr *eh = (struct ethhdr *)skb->data; local
1293 if (eh->h_proto == __constant_htons(ETH_P_IP)) {
1294 struct iphdr *ih = (struct iphdr *)((char *)eh + ETH_HLEN);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A DMakefile71 libata-objs := libata-core.o libata-scsi.o libata-sff.o libata-eh.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-autoipd/
H A Dmain.c748 struct ether_header *eh; local
753 eh = (struct ether_header *)packet->ether_header;
754 memset(eh->ether_dhost, 0xFF, ETHER_ADDRLEN);
755 memcpy(eh->ether_shost, __lladdr, ETHER_ADDRLEN);
756 eh->ether_type = htons(0x0806);
758 return (pcap_inject(__pp, (void *)eh, packet_len + sizeof(*eh)));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dunaligned.c1293 const struct exception_table_entry *eh = NULL; local
1312 eh = search_exception_tables(regs->cr_iip + ia64_psr(regs)->ri);
1313 if (user_mode(regs) || eh) {
1477 if (eh) {
1478 ia64_handle_exception(regs, eh);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/bluetooth/
H A Dbt3c_cs.c299 struct hci_event_hdr *eh; local
306 eh = hci_event_hdr(info->rx_skb);
308 info->rx_count = eh->plen;
H A Dbtuart_cs.c245 struct hci_event_hdr *eh; local
253 eh = hci_event_hdr(info->rx_skb);
255 info->rx_count = eh->plen;
H A Dbluecard_cs.c457 struct hci_event_hdr *eh; local
464 eh = hci_event_hdr(info->rx_skb);
466 info->rx_count = eh->plen;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dexec.c1052 struct exec * eh = (struct exec *) bprm->buf; local
1054 if (!bprm->loader && eh->fh.f_magic == 0x183 &&
1055 (eh->fh.f_flags & 0x3000) == 0x3000)
1072 bprm->sh_bang = eh->ah.entry < 0x100000000UL;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dmatroskaenc.c710 int sh, sm, ss, sc, eh, em, es, ec; local
714 &sh, &sm, &ss, &sc, &eh, &em, &es, &ec) != 8)
717 end = 3600000*eh + 60000*em + 1000*es + 10*ec;
H A Dmatroskadec.c961 int sh, sm, ss, eh, em, es, len; local
965 eh = ec/360000; ec -= 360000*eh;
974 layer, sh, sm, ss, sc, eh, em, es, ec, ptr);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Ddm-snap.c253 static void insert_exception(struct exception_table *eh, struct exception *e) argument
255 struct list_head *l = &eh->table[exception_hash(eh, e->old_chunk)];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/cdrom/
H A Dcdrom.c486 struct event_header *eh = (struct event_header *) buffer; local
498 if (be16_to_cpu(eh->data_len) < sizeof(*med))
501 if (eh->nea || eh->notification_class != 0x4)
504 memcpy(med, &buffer[sizeof(*eh)], sizeof(*med));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dbcmutils.c2114 struct ether_header *eh; local
2123 eh = (struct ether_header *) pktdata;
2125 if (eh->ether_type == hton16(ETHER_TYPE_8021Q)) {
2129 evh = (struct ethervlan_header *)eh;
2161 } else if (eh->ether_type == hton16(ETHER_TYPE_IP)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/jpeg-7/
H A Djmemdosa.asm89 mov ah,3eh ; close file
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dorinoco.c418 struct ethhdr *eh; local
452 eh = (struct ethhdr *)skb->data;
471 if (ntohs(eh->h_proto) > ETH_DATA_LEN) { /* Ethernet-II frame */
482 memcpy(&hdr.eth, eh, 2 * ETH_ALEN);

Completed in 283 milliseconds

12