Searched refs:hh (Results 1 - 25 of 40) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter/
H A Dipt_MIRROR.c81 struct hh_cache *hh = dst->hh; local
83 if (hh) {
84 read_lock_bh(&hh->hh_lock);
85 memcpy(skb->data - 16, hh->hh_data, 16);
86 read_unlock_bh(&hh->hh_lock);
87 skb_push(skb, hh->hh_len);
88 hh->hh_output(skb);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter.noQoS/
H A Dipt_MIRROR.c81 struct hh_cache *hh = dst->hh; local
83 if (hh) {
84 read_lock_bh(&hh->hh_lock);
85 memcpy(skb->data - 16, hh->hh_data, 16);
86 read_unlock_bh(&hh->hh_lock);
87 skb_push(skb, hh->hh_len);
88 hh->hh_output(skb);
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppd/
H A Dmd4.c80 #define hh(A,B,C,D,i,s) A = rot((A + h(B,C,D) + X[i] + C3),s) macro
173 hh(A , B , C , D , 0 , hs1); /* Round 3 */
174 hh(D , A , B , C , 8 , hs2);
175 hh(C , D , A , B , 4 , hs3);
176 hh(B , C , D , A , 12 , hs4);
177 hh(A , B , C , D , 2 , hs1);
178 hh(D , A , B , C , 10 , hs2);
179 hh(C , D , A , B , 6 , hs3);
180 hh(B , C , D , A , 14 , hs4);
181 hh(
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/
H A Dmd4.c80 #define hh(A,B,C,D,i,s) A = rot((A + h(B,C,D) + X[i] + C3),s) macro
173 hh(A , B , C , D , 0 , hs1); /* Round 3 */
174 hh(D , A , B , C , 8 , hs2);
175 hh(C , D , A , B , 4 , hs3);
176 hh(B , C , D , A , 12 , hs4);
177 hh(A , B , C , D , 2 , hs1);
178 hh(D , A , B , C , 10 , hs2);
179 hh(C , D , A , B , 6 , hs3);
180 hh(B , C , D , A , 14 , hs4);
181 hh(
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/
H A Dmd4.c80 #define hh(A,B,C,D,i,s) A = rot((A + h(B,C,D) + X[i] + C3),s) macro
173 hh(A , B , C , D , 0 , hs1); /* Round 3 */
174 hh(D , A , B , C , 8 , hs2);
175 hh(C , D , A , B , 4 , hs3);
176 hh(B , C , D , A , 12 , hs4);
177 hh(A , B , C , D , 2 , hs1);
178 hh(D , A , B , C , 10 , hs2);
179 hh(C , D , A , B , 6 , hs3);
180 hh(B , C , D , A , 14 , hs4);
181 hh(
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Detherdevice.h35 extern void eth_header_cache_update(struct hh_cache *hh, struct net_device *dev,
38 struct hh_cache *hh);
H A Dif_shaper.h38 int (*hard_header_cache)(struct neighbour *neigh, struct hh_cache *hh);
39 void (*header_cache_update)(struct hh_cache *hh, struct net_device *dev, unsigned char * haddr);
H A Dhippidevice.h46 extern void hippi_header_cache_update(struct hh_cache *hh,
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Detherdevice.h35 extern void eth_header_cache_update(struct hh_cache *hh, struct net_device *dev,
38 struct hh_cache *hh);
H A Dif_shaper.h38 int (*hard_header_cache)(struct neighbour *neigh, struct hh_cache *hh);
39 void (*header_cache_update)(struct hh_cache *hh, struct net_device *dev, unsigned char * haddr);
H A Dhippidevice.h46 extern void hippi_header_cache_update(struct hh_cache *hh,
/asus-wl-520gu-7.0.1.45/src/router/www/asus/web_asus_en/
H A Dmd5.js43 function hh(a, b, c, d, x, s, t) function
104 a = hh(a, b, c, d, x[i+ 5], 4 , -378558)
105 d = hh(d, a, b, c, x[i+ 8], 11, -2022574463)
106 c = hh(c, d, a, b, x[i+11], 16, 1839030562)
107 b = hh(b, c, d, a, x[i+14], 23, -35309556)
108 a = hh(a, b, c, d, x[i+ 1], 4 , -1530992060)
109 d = hh(d, a, b, c, x[i+ 4], 11, 1272893353)
110 c = hh(c, d, a, b, x[i+ 7], 16, -155497632)
111 b = hh(b, c, d, a, x[i+10], 23, -1094730640)
112 a = hh(
[all...]
/asus-wl-520gu-7.0.1.45/src/router/www/asus/www_WL500gpv2/
H A Dmd5.js35 function hh(a, b, c, d, x, s, t) function
87 a = hh(a, b, c, d, x[i+ 5], 4 , -378558)
88 d = hh(d, a, b, c, x[i+ 8], 11, -2022574463)
89 c = hh(c, d, a, b, x[i+11], 16, 1839030562)
90 b = hh(b, c, d, a, x[i+14], 23, -35309556)
91 a = hh(a, b, c, d, x[i+ 1], 4 , -1530992060)
92 d = hh(d, a, b, c, x[i+ 4], 11, 1272893353)
93 c = hh(c, d, a, b, x[i+ 7], 16, -155497632)
94 b = hh(b, c, d, a, x[i+10], 23, -1094730640)
95 a = hh(
[all...]
/asus-wl-520gu-7.0.1.45/src/router/www/www.WL-520GU/
H A Dmd5.js35 function hh(a, b, c, d, x, s, t) function
87 a = hh(a, b, c, d, x[i+ 5], 4 , -378558)
88 d = hh(d, a, b, c, x[i+ 8], 11, -2022574463)
89 c = hh(c, d, a, b, x[i+11], 16, 1839030562)
90 b = hh(b, c, d, a, x[i+14], 23, -35309556)
91 a = hh(a, b, c, d, x[i+ 1], 4 , -1530992060)
92 d = hh(d, a, b, c, x[i+ 4], 11, 1272893353)
93 c = hh(c, d, a, b, x[i+ 7], 16, -155497632)
94 b = hh(b, c, d, a, x[i+10], 23, -1094730640)
95 a = hh(
[all...]
/asus-wl-520gu-7.0.1.45/src/router/mipsel/www/
H A Dmd5.js35 function hh(a, b, c, d, x, s, t) function
87 a = hh(a, b, c, d, x[i+ 5], 4 , -378558)
88 d = hh(d, a, b, c, x[i+ 8], 11, -2022574463)
89 c = hh(c, d, a, b, x[i+11], 16, 1839030562)
90 b = hh(b, c, d, a, x[i+14], 23, -35309556)
91 a = hh(a, b, c, d, x[i+ 1], 4 , -1530992060)
92 d = hh(d, a, b, c, x[i+ 4], 11, 1272893353)
93 c = hh(c, d, a, b, x[i+ 7], 16, -155497632)
94 b = hh(b, c, d, a, x[i+10], 23, -1094730640)
95 a = hh(
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ethernet/
H A Deth.c216 int eth_header_cache(struct neighbour *neigh, struct hh_cache *hh) argument
218 unsigned short type = hh->hh_type;
219 struct ethhdr *eth = (struct ethhdr*)(((u8*)hh->hh_data) + 2);
228 hh->hh_len = ETH_HLEN;
236 void eth_header_cache_update(struct hh_cache *hh, struct net_device *dev, unsigned char * haddr) argument
238 memcpy(((u8*)hh->hh_data) + 2, haddr, dev->addr_len);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/core/
H A Dneighbour.c435 struct hh_cache *hh; local
446 while ((hh = neigh->hh) != NULL) {
447 neigh->hh = hh->hh_next;
448 hh->hh_next = NULL;
449 write_lock_bh(&hh->hh_lock);
450 hh->hh_output = neigh_blackhole;
451 write_unlock_bh(&hh->hh_lock);
452 if (atomic_dec_and_test(&hh
477 struct hh_cache *hh; local
494 struct hh_cache *hh; local
740 struct hh_cache *hh; local
886 struct hh_cache *hh = NULL; local
[all...]
H A Ddst.c147 struct hh_cache *hh = dst->hh; local
149 dst->hh = NULL;
150 if (hh && atomic_dec_and_test(&hh->hh_refcnt))
151 kfree(hh);
H A Dpktgen.c169 __u8 hh[14]; member in struct:pktgen_info
178 __u16 pad; /* pad out the hh struct to an even 16 bytes */
247 memcpy(&(info->hh[6]), odev->dev_addr, 6);
250 memcpy(&(info->hh[6]), info->src_mac, 6);
254 memcpy(&(info->hh[0]), info->dst_mac, 6);
360 info->hh[11] = tmp;
362 info->hh[10] = tmp;
364 info->hh[9] = tmp;
366 info->hh[8] = tmp;
368 info->hh[
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390/
H A Dvtoc.h52 __u16 hh; member in struct:cchhb
59 __u16 hh; member in struct:cchh
232 __u16 hh);
236 __u16 hh,
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390x/
H A Dvtoc.h52 __u16 hh; member in struct:cchhb
59 __u16 hh; member in struct:cchh
232 __u16 hh);
236 __u16 hh,
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390/
H A Dvtoc.h52 __u16 hh; member in struct:cchhb
59 __u16 hh; member in struct:cchh
232 __u16 hh);
236 __u16 hh,
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390x/
H A Dvtoc.h52 __u16 hh; member in struct:cchhb
59 __u16 hh; member in struct:cchh
232 __u16 hh);
236 __u16 hh,
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/
H A Dcgthreefb.c195 int ww, hh; local
202 hh = simple_strtoul (p + 1, &p, 10);
203 if (hh && *p == '-') {
204 if (type->fb_width != ww || type->fb_height != hh) {
206 type->fb_height = hh;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Ddst.h55 struct hh_cache *hh; member in struct:dst_entry

Completed in 232 milliseconds

12