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

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/libtest/
H A Dlib540.c45 CURL *eh[NUM_HANDLES]; variable
52 res_easy_init(eh[num]);
56 res_easy_setopt(eh[num], CURLOPT_URL, url);
60 res_easy_setopt(eh[num], CURLOPT_PROXY, PROXY);
64 res_easy_setopt(eh[num], CURLOPT_PROXYUSERPWD, userpwd);
68 res_easy_setopt(eh[num], CURLOPT_PROXYAUTH, (long)CURLAUTH_ANY);
72 res_easy_setopt(eh[num], CURLOPT_VERBOSE, 1L);
76 res_easy_setopt(eh[num], CURLOPT_HEADER, 1L);
80 res_easy_setopt(eh[num], CURLOPT_HTTPHEADER, headers); /* custom Host: */
84 res_multi_add_handle(cm, eh[nu
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/common/include/proto/
H A Dbcmip.h166 #define IPV6_EXTHDR_LEN(eh) ((((struct ipv6_exthdr *)(eh))->hdrlen + 1) << 3)
184 struct ipv6_exthdr *eh = (struct ipv6_exthdr *)h; local
186 while (IPV6_EXTHDR(eh->nexthdr)) {
187 if (eh->nexthdr == IPV6_EXTHDR_NONE)
189 else if (eh->nexthdr == IPV6_EXTHDR_FRAGMENT)
191 else if (eh->nexthdr == IPV6_EXTHDR_AUTH)
192 hlen = (eh->hdrlen + 2) << 2;
194 hlen = IPV6_EXTHDR_LEN(eh);
197 eh
[all...]
H A Dbcmproto.h80 struct ether_header *eh = (struct ether_header *)p; local
82 uint16 type = ntoh16(eh->ether_type);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/proto/
H A Dbcmip.h175 #define IPV6_EXTHDR_LEN(eh) ((((struct ipv6_exthdr *)(eh))->hdrlen + 1) << 3)
193 struct ipv6_exthdr *eh = (struct ipv6_exthdr *)h; local
195 while (IPV6_EXTHDR(eh->nexthdr)) {
196 if (eh->nexthdr == IPV6_EXTHDR_NONE)
198 else if (eh->nexthdr == IPV6_EXTHDR_FRAGMENT)
200 else if (eh->nexthdr == IPV6_EXTHDR_AUTH)
201 hlen = (eh->hdrlen + 2) << 2;
203 hlen = IPV6_EXTHDR_LEN(eh);
206 eh
[all...]
H A Dbcmproto.h80 struct ether_header *eh = (struct ether_header *)p; local
82 uint16 type = ntoh16(eh->ether_type);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/docs/examples/
H A D10-at-a-time.c101 CURL *eh = curl_easy_init(); local
103 curl_easy_setopt(eh, CURLOPT_WRITEFUNCTION, cb);
104 curl_easy_setopt(eh, CURLOPT_HEADER, 0L);
105 curl_easy_setopt(eh, CURLOPT_URL, urls[i]);
106 curl_easy_setopt(eh, CURLOPT_PRIVATE, urls[i]);
107 curl_easy_setopt(eh, CURLOPT_VERBOSE, 0L);
109 curl_multi_add_handle(cm, eh);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/python/tests/
H A Dthread2.py46 eh = ErrorHandler() variable
47 libxml2.registerErrorHandler(eh.handler,"")
52 ec = len(eh.errors)
67 if len(eh.errors) != ec+THREADS_COUNT*ec:
82 if len(eh.errors) != ec+THREADS_COUNT*ec*2:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/arm/
H A Detherh.c129 static inline void etherh_set_ctrl(struct etherh_priv *eh, unsigned char mask) argument
131 unsigned char ctrl = eh->ctrl | mask;
132 eh->ctrl = ctrl;
133 writeb(ctrl, eh->ctrl_port);
136 static inline void etherh_clr_ctrl(struct etherh_priv *eh, unsigned char mask) argument
138 unsigned char ctrl = eh->ctrl & ~mask;
139 eh->ctrl = ctrl;
140 writeb(ctrl, eh->ctrl_port);
143 static inline unsigned int etherh_get_stat(struct etherh_priv *eh) argument
145 return readb(eh
153 struct etherh_priv *eh = ec->irq_data; local
160 struct etherh_priv *eh = ec->irq_data; local
650 struct etherh_priv *eh; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dxt_esp.c51 struct ip_esp_hdr _esp, *eh; local
58 eh = skb_header_pointer(skb, protoff, sizeof(_esp), &_esp);
59 if (eh == NULL) {
68 return spi_match(espinfo->spis[0], espinfo->spis[1], ntohl(eh->spi),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/sys/netatalk/
H A Daarp.c141 struct ether_header *eh; local
191 eh = (struct ether_header *)sa.sa_data;
195 bcopy((caddr_t)atmulticastaddr, (caddr_t)&eh->ether_dhost,
196 sizeof( eh->ether_dhost ));
198 bcopy((caddr_t)atmulticastaddr, (caddr_t)eh->ether_dhost,
199 sizeof( eh->ether_dhost ));
202 eh->ether_type = htons( sizeof( struct llc ) +
205 eh->ether_type = sizeof( struct llc ) + sizeof( struct ether_aarp );
228 bcopy((caddr_t)&etherbroadcastaddr, (caddr_t)&eh->ether_dhost,
229 sizeof( eh
366 struct ether_header *eh; local
670 struct ether_header *eh; local
[all...]
H A Dddp_output.c254 struct ether_header eh; local
257 &gate, eh.ether_dhost )) {
260 eh.ether_type = htons( ETHERTYPE_AT );
262 bcopy( &eh, (*(struct sockaddr *)&gate).sa_data,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/sys/netatalk/
H A Daarp.c141 struct ether_header *eh; local
191 eh = (struct ether_header *)sa.sa_data;
195 bcopy((caddr_t)atmulticastaddr, (caddr_t)&eh->ether_dhost,
196 sizeof( eh->ether_dhost ));
198 bcopy((caddr_t)atmulticastaddr, (caddr_t)eh->ether_dhost,
199 sizeof( eh->ether_dhost ));
202 eh->ether_type = htons( sizeof( struct llc ) +
205 eh->ether_type = sizeof( struct llc ) + sizeof( struct ether_aarp );
228 bcopy((caddr_t)&etherbroadcastaddr, (caddr_t)&eh->ether_dhost,
229 sizeof( eh
366 struct ether_header *eh; local
670 struct ether_header *eh; local
[all...]
H A Dddp_output.c254 struct ether_header eh; local
257 &gate, eh.ether_dhost )) {
260 eh.ether_type = htons( ETHERTYPE_AT );
262 bcopy( &eh, (*(struct sockaddr *)&gate).sa_data,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/sys/ultrix/
H A Dat_ultrix.c52 ddp_ifinput( m, ifp, inq, eh )
56 struct ether_header *eh;
61 switch ( eh->ether_type ) {
73 if ( eh->ether_type <= ETHERMTU ) { /* ieee802 */
109 if (( eh->ether_type == ifam->if_type || ifam->if_type == -1 ) &&
117 inq, eh ));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/sys/ultrix/
H A Dat_ultrix.c52 ddp_ifinput( m, ifp, inq, eh )
56 struct ether_header *eh;
61 switch ( eh->ether_type ) {
73 if ( eh->ether_type <= ETHERMTU ) { /* ieee802 */
109 if (( eh->ether_type == ifam->if_type || ifam->if_type == -1 ) &&
117 inq, eh ));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ext4/
H A Dextents.c95 struct ext4_extent_header *eh)
99 if (unlikely(eh->eh_magic != EXT4_EXT_MAGIC)) {
103 if (unlikely(eh->eh_max == 0)) {
107 if (unlikely(le16_to_cpu(eh->eh_entries) > le16_to_cpu(eh->eh_max))) {
117 inode->i_ino, error_msg, le16_to_cpu(eh->eh_magic),
118 le16_to_cpu(eh->eh_entries), le16_to_cpu(eh->eh_max),
119 le16_to_cpu(eh->eh_depth));
296 struct ext4_extent_header *eh; local
94 ext4_ext_check_header(const char *function, struct inode *inode, struct ext4_extent_header *eh) argument
336 struct ext4_extent_header *eh = path->p_hdr; local
395 struct ext4_extent_header *eh = path->p_hdr; local
451 struct ext4_extent_header *eh; local
466 struct ext4_extent_header *eh; local
1053 struct ext4_extent_header *eh; local
1187 struct ext4_extent_header * eh; local
1668 struct ext4_extent_header *eh; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bluetooth/bnep/
H A Dcore.c77 if (!compare_ether_addr(dst, s->eh.h_source))
334 s->eh.h_proto = get_unaligned((__be16 *) (skb->data - 2));
342 if (ntohs(s->eh.h_proto) == 0x8100) {
345 s->eh.h_proto = get_unaligned((__be16 *) (skb->data - 2));
361 memcpy(__skb_put(nskb, ETH_HLEN), &s->eh, ETH_HLEN);
365 memcpy(__skb_put(nskb, ETH_ALEN), s->eh.h_dest, ETH_ALEN);
367 put_unaligned(s->eh.h_proto, (__be16 *) __skb_put(nskb, 2));
373 memcpy(__skb_put(nskb, ETH_ALEN + 2), s->eh.h_source,
380 put_unaligned(s->eh.h_proto, (__be16 *) __skb_put(nskb, 2));
408 struct ethhdr *eh local
[all...]
H A Dnetdev.c147 struct ethhdr *eh = (void *) skb->data; local
149 if ((eh->h_dest[0] & 1) && !test_bit(bnep_mc_hash(eh->h_dest), (ulong *) &s->mc_filter))
159 struct ethhdr *eh = (void *) skb->data; local
160 u16 proto = ntohs(eh->h_proto);
H A Dbnep.h164 struct ethhdr eh; member in struct:bnep_session
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/bluetooth/
H A Dhci_h4.c162 struct hci_event_hdr *eh; local
191 eh = hci_event_hdr(h4->rx_skb);
193 BT_DBG("Event header: evt 0x%2.2x plen %d", eh->evt, eh->plen);
195 h4_check_data_len(h4, eh->plen);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-c-922 " room on a single line for this entire long, " // confusing, eh?
H A Dxgettext-objc-226 @" room on a single line for this entire long, " // confusing, eh?
H A Dxgettext-csharp-522 " room on a single line for this entire long, " // confusing, eh?
H A Dxgettext-java-522 " room on a single line for this entire long, " // confusing, eh?
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/parisc/
H A Deisa_enumerator.c488 struct eeprom_header *eh; local
497 eh = (struct eeprom_header*)(eeprom_buf);
498 for (i=0;i<eh->num_slots;i++) {
518 return eh->num_slots;

Completed in 166 milliseconds

12