Searched refs:ah (Results 26 - 50 of 137) sorted by relevance

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibipt_ah.c12 "ah match options:\n"
58 const struct ipt_ah *ah = (struct ipt_ah *)match->data; local
60 printf(" ah ");
61 print_spis("spi", ah->spis[0], ah->spis[1],
62 ah->invflags & IPT_AH_INV_SPI);
63 if (ah->invflags & ~IPT_AH_INV_MASK)
65 ah->invflags & ~IPT_AH_INV_MASK);
89 .name = "ah",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/atp/
H A Datp_bufs.c83 void atp_print_bufuse(ATP ah, char *s) argument
89 for ( bp = ah->atph_sent; bp != NULL; bp = bp->atpbuf_next ) {
98 if ( ah->atph_reqpkt != NULL ) {
104 for ( bp = ah->atph_queue; bp != NULL; bp = bp->atpbuf_next, ++incount );
108 if ( ah->atph_resppkt[ i ] != NULL ) {
115 ( ah->atph_reqpkt != NULL ) ? 1: 0, respcount );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/atp/
H A Datp_bufs.c83 void atp_print_bufuse(ATP ah, char *s) argument
89 for ( bp = ah->atph_sent; bp != NULL; bp = bp->atpbuf_next ) {
98 if ( ah->atph_reqpkt != NULL ) {
104 for ( bp = ah->atph_queue; bp != NULL; bp = bp->atpbuf_next, ++incount );
108 if ( ah->atph_resppkt[ i ] != NULL ) {
115 ( ah->atph_reqpkt != NULL ) ? 1: 0, respcount );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/extensions/
H A Dlibip6t_ah.c163 const struct ip6t_ah *ah = (struct ip6t_ah *)match->data; local
165 printf("ah ");
166 print_spis("spi", ah->spis[0], ah->spis[1],
167 ah->invflags & IP6T_AH_INV_SPI);
168 print_len("length", ah->hdrlen,
169 ah->invflags & IP6T_AH_INV_LEN);
171 if (ah->hdrres)
174 if (ah->invflags & ~IP6T_AH_INV_MASK)
176 ah
209 struct ip6tables_match ah = { variable in typeref:struct:ip6tables_match
[all...]
H A Dlibipt_ah.c140 const struct ipt_ah *ah = (struct ipt_ah *)match->data; local
142 printf("ah ");
143 print_spis("spi", ah->spis[0], ah->spis[1],
144 ah->invflags & IPT_AH_INV_SPI);
145 if (ah->invflags & ~IPT_AH_INV_MASK)
147 ah->invflags & ~IPT_AH_INV_MASK);
171 static struct iptables_match ah = { variable in typeref:struct:iptables_match
173 .name = "ah",
189 register_match(&ah);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/mlx4/
H A DMakefile3 mlx4_ib-y := ah.o cq.o doorbell.o mad.o main.o mr.o qp.o srq.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/math-emu/
H A Dsfp-util.h6 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \
11 : "%rJ" ((USItype)(ah)), \
16 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \
21 : "rJ" ((USItype)(ah)), \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-s390/
H A Dsfp-util.h6 #define add_ssaaaa(sh, sl, ah, al, bh, bl) ({ \
7 unsigned int __sh = (ah); \
20 #define sub_ddmmss(sh, sl, ah, al, bh, bl) ({ \
21 unsigned int __sh = (ah); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/
H A Dlonglong.h117 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \
122 : "%r" ((USItype)(ah)), \
126 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \
131 : "r" ((USItype)(ah)), \
188 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \
193 : "%r" ((USItype)(ah)), \
197 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \
202 : "r" ((USItype)(ah)), \
276 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \
281 : "%0" ((USItype)(ah)), \
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dah4.c5 #include <net/ah.h>
61 struct ip_auth_hdr *ah; local
83 ah = (struct ip_auth_hdr *)((char *)top_iph+top_iph->ihl*4);
84 ah->nexthdr = top_iph->protocol;
94 ah->hdrlen = (XFRM_ALIGN8(sizeof(struct ip_auth_hdr) +
97 ah->reserved = 0;
98 ah->spi = x->id.spi;
99 ah->seq_no = htonl(++x->replay.oseq);
101 err = ah_mac_digest(ahp, skb, ah->auth_data);
104 memcpy(ah
128 struct ip_auth_hdr *ah; local
198 struct ip_auth_hdr *ah = (struct ip_auth_hdr*)(skb->data+(iph->ihl<<2)); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ehca/
H A Dehca_av.c135 int ehca_modify_ah(struct ib_ah *ah, struct ib_ah_attr *ah_attr) argument
139 struct ehca_pd *my_pd = container_of(ah->pd, struct ehca_pd, ib_pd);
144 ehca_err(ah->device, "Invalid caller pid=%x ownpid=%x",
170 rc = ehca_query_port(ah->device, ah_attr->port_num,
173 ehca_err(ah->device, "Invalid port number "
175 "ah=%p ah_attr=%p port_num=%x",
176 rc, ah, ah_attr, ah_attr->port_num);
180 rc = ehca_query_gid(ah->device,
184 ehca_err(ah->device, "Failed to retrieve sgid "
186 "ah
206 ehca_query_ah(struct ib_ah *ah, struct ib_ah_attr *ah_attr) argument
238 ehca_destroy_ah(struct ib_ah *ah) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/lib/
H A Ddbg.c274 unsigned long long ah, al, bh, bl, ch, cl; local
280 asm volatile ("getcon " __EXPEVT ", %0":"=r"(ah));
282 ah = (ah) >> 32;
293 ah, al, bh, bl, ch, cl);
295 asm volatile ("getcon " __PEXPEVT ", %0":"=r"(ah));
297 ah = (ah) >> 32;
308 ah, al, bh, bl, ch, cl);
310 ah
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/core/
H A Dagent.c88 struct ib_ah *ah; local
98 ah = ib_create_ah_from_wc(agent->qp->pd, wc, grh, port_num);
99 if (IS_ERR(ah)) {
100 ret = PTR_ERR(ah);
115 send_buf->ah = ah;
124 ib_destroy_ah(ah);
131 ib_destroy_ah(mad_send_wc->send_buf->ah);
H A Dverbs.c130 struct ib_ah *ah; local
132 ah = pd->device->create_ah(pd, ah_attr);
134 if (!IS_ERR(ah)) {
135 ah->device = pd->device;
136 ah->pd = pd;
137 ah->uobject = NULL;
141 return ah;
191 int ib_modify_ah(struct ib_ah *ah, struct ib_ah_attr *ah_attr) argument
193 return ah->device->modify_ah ?
194 ah
199 ib_query_ah(struct ib_ah *ah, struct ib_ah_attr *ah_attr) argument
207 ib_destroy_ah(struct ib_ah *ah) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/math-emu/
H A Dsfp-util.h5 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \
9 (sh) = (ah) + (bh) + (__x < (al)); \
13 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \
17 (sh) = (ah) - (bh) - (__x > (al)); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/math-emu/
H A Dsfp-util.h14 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \
22 : "r" ((UDItype)(ah)), \
28 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \
36 : "r" ((UDItype)(ah)), \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dipt_ah.c32 duprintf("ah spi_match:%c 0x%x <= 0x%x <= 0x%x",invert? '!':' ',
49 struct ip_auth_hdr _ahdr, *ah; local
56 ah = skb_header_pointer(skb, protoff,
58 if (ah == NULL) {
68 ntohl(ah->spi),
91 .name = "ah",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dah6.c24 * This file is derived from net/ipv4/ah.c.
29 #include <net/ah.h>
226 struct ip_auth_hdr *ah; local
271 ah = (struct ip_auth_hdr *)skb_transport_header(skb);
272 ah->nexthdr = nexthdr;
281 ah->hdrlen = (XFRM_ALIGN8(sizeof(struct ipv6_auth_hdr) +
284 ah->reserved = 0;
285 ah->spi = x->id.spi;
286 ah->seq_no = htonl(++x->replay.oseq);
288 err = ah_mac_digest(ahp, skb, ah
327 struct ipv6_auth_hdr *ah; local
406 struct ip_auth_hdr *ah = (struct ip_auth_hdr*)(skb->data+offset); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bridge/netfilter/
H A Debt_among.c83 struct arphdr _arph, *ah; local
86 ah = skb_header_pointer(skb, 0, sizeof(_arph), &_arph);
87 if (ah == NULL ||
88 ah->ar_pln != sizeof(__be32) ||
89 ah->ar_hln != ETH_ALEN)
111 struct arphdr _arph, *ah; local
114 ah = skb_header_pointer(skb, 0, sizeof(_arph), &_arph);
115 if (ah == NULL ||
116 ah->ar_pln != sizeof(__be32) ||
117 ah
[all...]
H A Debt_log.c119 struct arphdr _arph, *ah; local
121 ah = skb_header_pointer(skb, 0, sizeof(_arph), &_arph);
122 if (ah == NULL) {
127 ntohs(ah->ar_hrd), ntohs(ah->ar_pro),
128 ntohs(ah->ar_op));
132 if (ah->ar_hrd == htons(1) &&
133 ah->ar_hln == ETH_ALEN &&
134 ah->ar_pln == sizeof(__be32)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/math-emu/
H A Dsfp-machine.h209 * #define add_ssaaaa(sh,sl,ah,al,bh,bl) (sh = ah+bh+ (( sl = al+bl) < al))
216 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \
222 : "%r" ((USItype)(ah)), \
229 : "%r" ((USItype)(ah)), \
236 : "%r" ((USItype)(ah)), \
243 * #define sub_ddmmss(sh, sl, ah, al, bh, bl) (sh = ah-bh - ((sl = al-bl) > al))
251 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \
253 if (__builtin_constant_p (ah)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/lib/
H A Dlonglong.h77 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \
82 : "%r" ((USItype) (ah)), \
86 #define sub_ddmmss(sh, sl, ah, al, bh, bl) \
91 : "r" ((USItype) (ah)), \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/fips/des/asm/
H A Dfips-dx86-elf.s80 movb %ah, %cl
88 movb %ah, %bl
110 movb %ah, %cl
118 movb %ah, %bl
140 movb %ah, %cl
148 movb %ah, %bl
170 movb %ah, %cl
178 movb %ah, %bl
200 movb %ah, %cl
208 movb %ah,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/bin/getzones/
H A Dgetzones.c40 struct atp_handle *ah; local
97 if (( ah = atp_open( ATADDR_ANYPORT, &saddr.sat_addr )) == NULL ) {
116 if ( atp_sreq( ah, &atpb, 1, 0 ) < 0 ) {
126 if ( atp_rresp( ah, &atpb ) < 0 ) {
137 if ( atp_close( ah ) != 0 ) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/bin/getzones/
H A Dgetzones.c40 struct atp_handle *ah; local
97 if (( ah = atp_open( ATADDR_ANYPORT, &saddr.sat_addr )) == NULL ) {
116 if ( atp_sreq( ah, &atpb, 1, 0 ) < 0 ) {
126 if ( atp_rresp( ah, &atpb ) < 0 ) {
137 if ( atp_close( ah ) != 0 ) {

Completed in 309 milliseconds

123456