Searched refs:ah (Results 1 - 25 of 313) sorted by last modified time

1234567891011>>

/freebsd-11-stable/sys/net/
H A Dif_fwsubr.c157 struct arphdr *ah; local
158 ah = mtod(m, struct arphdr *);
159 ah->ar_hrd = htons(ARPHRD_IEEE1394);
162 *destfw = *(struct fw_hwaddr *) ar_tha(ah);
168 bcopy(ar_tpa(ah), ar_tha(ah), ah->ar_pln);
169 m_adj(m, -ah->ar_hln);
609 struct arphdr *ah; local
610 ah
[all...]
H A Dif_ethersubr.c152 struct arphdr *ah; local
174 ah = (struct arphdr *)req->hdata;
175 ah->ar_hrd = htons(ARPHRD_ETHER);
177 switch(ntohs(ah->ar_op)) {
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_ib.c61 struct ipoib_ah *ah; local
63 ah = kmalloc(sizeof *ah, GFP_KERNEL);
64 if (!ah)
67 ah->priv = priv;
68 ah->last_send = 0;
69 kref_init(&ah->ref);
71 ah->ah = ib_create_ah(pd, attr);
72 if (IS_ERR(ah
83 struct ipoib_ah *ah = container_of(kref, struct ipoib_ah, ref); local
562 struct ipoib_ah *ah, *tah; local
[all...]
H A Dipoib.h184 struct ipoib_ah *ah; member in struct:ipoib_mcast
405 struct ib_ah *ah; member in struct:ipoib_ah
419 struct ipoib_ah *ah; member in struct:ipoib_path
454 static inline void ipoib_put_ah(struct ipoib_ah *ah) argument
456 kref_put(&ah->ref, ipoib_free_ah);
H A Dipoib_main.c436 if (path->ah)
437 ipoib_put_ah(path->ah);
553 struct ipoib_ah *ah = NULL; local
572 ah = ipoib_create_ah(priv, priv->pd, &av);
577 if (ah) {
580 old_ah = path->ah;
581 path->ah = ah;
584 ah, be16_to_cpu(pathrec->dlid), pathrec->sl);
743 } else if (path->ah) {
1515 struct arphdr *ah; local
[all...]
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dfil.c1052 authhdr_t *ah; local
1056 ah = (authhdr_t *)ipf_pr_ipv6exthdr(fin, 0, IPPROTO_HOPOPTS);
1057 if (ah == NULL) {
1064 ipf_pr_short6(fin, sizeof(*ah));
1070 return ah->ah_next;
1601 authhdr_t *ah; local
1605 ipf_pr_short(fin, sizeof(*ah));
1612 if (ipf_pr_pullup(fin, sizeof(*ah)) == -1) {
1618 ah = (authhdr_t *)fin->fin_dp;
1620 len = (ah
[all...]
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_sa_query.c63 struct ib_ah *ah; member in struct:ib_sa_sm_ah
498 ib_destroy_ah(sm_ah->ah);
538 new_ah->ah = ib_create_ah(port->agent->qp->pd, &ah_attr);
539 if (IS_ERR(new_ah->ah)) {
769 query->mad_buf->ah = query->sm_ah->ah;
H A Dib_uverbs_cmd.c246 static void put_ah_read(struct ib_ah *ah) argument
248 put_uobj_read(ah->uobject);
2594 ud->ah = idr_read_ah(user_wr->wr.ud.ah, file->ucontext);
2595 if (!ud->ah) {
2704 if (is_ud && ud_wr(wr)->ah)
2705 put_ah_read(ud_wr(wr)->ah);
2911 struct ib_ah *ah; local
2955 ah = pd->device->create_ah(pd, &attr, &udata);
2957 if (IS_ERR(ah)) {
3011 struct ib_ah *ah; local
[all...]
H A Dib_uverbs_main.c239 struct ib_ah *ah = uobj->object; local
242 ib_destroy_ah(ah);
H A Dib_user_mad.c204 ib_destroy_ah(packet->msg->ah);
460 struct ib_ah *ah; local
512 ah = ib_create_ah(agent->qp->pd, &ah_attr);
513 if (IS_ERR(ah)) {
514 ret = PTR_ERR(ah);
543 packet->msg->ah = ah;
606 ib_destroy_ah(ah);
H A Dib_cm.c278 struct ib_ah *ah; local
305 ah = ib_create_ah(mad_agent->qp->pd, &av->ah_attr);
306 if (IS_ERR(ah)) {
307 ret = PTR_ERR(ah);
317 ib_destroy_ah(ah);
323 m->ah = ah;
348 struct ib_ah *ah; local
350 ah = ib_create_ah_from_wc(port->mad_agent->qp->pd, mad_recv_wc->wc,
352 if (IS_ERR(ah))
[all...]
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_qp.c2218 const struct ib_ah_attr *ah,
2231 if (ah->ah_flags & IB_AH_GRH) {
2232 if (ah->grh.sgid_index >=
2235 ah->grh.sgid_index,
2242 if (!(ah->ah_flags & IB_AH_GRH))
2244 err = mlx5_get_roce_gid_type(dev, port, ah->grh.sgid_index,
2248 memcpy(path->rmac, ah->dmac, sizeof(ah->dmac));
2250 ah->grh.sgid_index);
2251 path->dci_cfi_prio_sl = (ah
2217 mlx5_set_path(struct mlx5_ib_dev *dev, struct mlx5_ib_qp *qp, const struct ib_ah_attr *ah, struct mlx5_qp_path *path, u8 port, int attr_mask, u32 path_flags, const struct ib_qp_attr *attr, bool alt) argument
[all...]
H A Dmlx5_ib.h798 int mlx5_ib_destroy_ah(struct ib_ah *ah);
/freebsd-11-stable/sys/netipsec/
H A Dxform_esp.c65 #include <netipsec/ah.h>
390 IPSEC_ASSERT(crda != NULL, ("null ah crypto descriptor"));
H A Dxform_ah.c63 #include <netipsec/ah.h>
84 sizeof (struct ah) : sizeof (struct ah) + sizeof (u_int32_t))
159 size = sizeof (struct ah) + sizeof (u_int32_t) + 16;
558 struct newah *ah; local
571 IP6_EXTHDR_GET(ah, struct newah *, m, skip, rplen);
572 if (ah == NULL) {
582 ipsec_chkreplay(ntohl(ah->ah_seq), sav) == 0) {
594 hl = ah->ah_len * sizeof (u_int32_t);
597 if (hl != authsize + rplen - sizeof (struct ah)) {
864 struct newah *ah; local
[all...]
/freebsd-11-stable/contrib/sendmail/contrib/
H A Dexpn.pl1104 local($au,$ah);
1140 ($au,$ah) = ($1,$2);
1141 print "au = $au ah = $ah\n" if $debug;
1142 if (defined $temporary_redirect{"$addr *** $ah"}) {
1143 $addr = "$au\@".$temporary_redirect{"$addr *** $ah"};
/freebsd-11-stable/sys/netinet/libalias/
H A Dalias_ftp.c109 fingerprint_out(struct libalias *la, struct alias_data *ah) argument
112 if (ah->dport == NULL || ah->sport == NULL || ah->lnk == NULL ||
113 ah->maxpktsize == 0)
115 if (ntohs(*ah->dport) == FTP_CONTROL_PORT_NUMBER ||
116 ntohs(*ah->sport) == FTP_CONTROL_PORT_NUMBER)
122 fingerprint_in(struct libalias *la, struct alias_data *ah) argument
125 if (ah->dport == NULL || ah
134 protohandler_out(struct libalias *la, struct ip *pip, struct alias_data *ah) argument
143 protohandler_in(struct libalias *la, struct ip *pip, struct alias_data *ah) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_x86_64.h243 DEFINE_GPR_PSEUDO_8H(ah, rax), DEFINE_GPR_PSEUDO_8H(bh, rbx),
393 UPDATE_GPR_INFO_8H(ah, rax);
H A DRegisterInfos_i386.h224 DEFINE_GPR_PSEUDO_8H(ah, eax), DEFINE_GPR_PSEUDO_8H(bh, ebx),
/freebsd-11-stable/sys/i386/bios/
H A Dapm.c386 apm_add_hook(struct apmhook **list, struct apmhook *ah) argument
391 APM_DPRINT("Add hook \"%s\"\n", ah->ah_name);
394 if (ah == NULL)
398 if (p->ah_order > ah->ah_order)
402 ah->ah_next = *list;
403 *list = ah;
405 ah->ah_next = prev->ah_next;
406 prev->ah_next = ah;
409 return ah;
413 apm_del_hook(struct apmhook **list, struct apmhook *ah) argument
451 apm_hook_establish(int apmh, struct apmhook *ah) argument
461 apm_hook_disestablish(int apmh, struct apmhook *ah) argument
[all...]
/freebsd-11-stable/contrib/ntp/libntp/
H A Dntp_calendar.c743 uint32_t ah = ts->D_s.hi; local
746 al = (al >> 7) | (ah << 25);
747 ah = (ah >> 7) & 0x00FFFFFFu;
752 R += (ah & 0xFFFF) * 346u; /* 2**32 % 675 */
753 R += (ah >> 16 ) * 181u; /* 2**48 % 675 */
804 uint32_t ah = ts->D_s.hi; local
806 al = (al >> 7) | (ah << 25);
807 ah = (ah >>
[all...]
/freebsd-11-stable/contrib/unbound/iterator/
H A Diter_hints.c92 ah(struct delegpt* dp, const char* sv, const char* ip) function
131 if(!ah(dp, "A.ROOT-SERVERS.NET.", "198.41.0.4")) goto failed;
132 if(!ah(dp, "B.ROOT-SERVERS.NET.", "199.9.14.201")) goto failed;
133 if(!ah(dp, "C.ROOT-SERVERS.NET.", "192.33.4.12")) goto failed;
134 if(!ah(dp, "D.ROOT-SERVERS.NET.", "199.7.91.13")) goto failed;
135 if(!ah(dp, "E.ROOT-SERVERS.NET.", "192.203.230.10")) goto failed;
136 if(!ah(dp, "F.ROOT-SERVERS.NET.", "192.5.5.241")) goto failed;
137 if(!ah(dp, "G.ROOT-SERVERS.NET.", "192.112.36.4")) goto failed;
138 if(!ah(dp, "H.ROOT-SERVERS.NET.", "198.97.190.53")) goto failed;
139 if(!ah(d
[all...]
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-icmp6.c42 #include "ah.h"
1176 const struct ah *ah; local
1226 ah = (const struct ah *)bp;
1227 if (!ND_TTEST(ah->ah_len))
1229 nh = ah->ah_nxt;
1230 hlen = (ah->ah_len + 2) << 2;
H A DMakefile.in94 print-ah.c \
257 ah.h \
/freebsd-11-stable/contrib/libpcap/
H A Dscanner.l276 ah return AH;

Completed in 269 milliseconds

1234567891011>>