Symbol: ah
sbin/ping/ping.c
2219
hlen = (((struct ah *)cp)->ah_hl+2) << 2;
sbin/ping/ping.c
2220
nh = ((struct ah *)cp)->ah_nh;
sbin/unwind/libunbound/iterator/iter_hints.c
134
if(!ah(dp, "A.ROOT-SERVERS.NET.", "198.41.0.4")) goto failed;
sbin/unwind/libunbound/iterator/iter_hints.c
135
if(!ah(dp, "B.ROOT-SERVERS.NET.", "170.247.170.2")) goto failed;
sbin/unwind/libunbound/iterator/iter_hints.c
136
if(!ah(dp, "C.ROOT-SERVERS.NET.", "192.33.4.12")) goto failed;
sbin/unwind/libunbound/iterator/iter_hints.c
137
if(!ah(dp, "D.ROOT-SERVERS.NET.", "199.7.91.13")) goto failed;
sbin/unwind/libunbound/iterator/iter_hints.c
138
if(!ah(dp, "E.ROOT-SERVERS.NET.", "192.203.230.10")) goto failed;
sbin/unwind/libunbound/iterator/iter_hints.c
139
if(!ah(dp, "F.ROOT-SERVERS.NET.", "192.5.5.241")) goto failed;
sbin/unwind/libunbound/iterator/iter_hints.c
140
if(!ah(dp, "G.ROOT-SERVERS.NET.", "192.112.36.4")) goto failed;
sbin/unwind/libunbound/iterator/iter_hints.c
141
if(!ah(dp, "H.ROOT-SERVERS.NET.", "198.97.190.53")) goto failed;
sbin/unwind/libunbound/iterator/iter_hints.c
142
if(!ah(dp, "I.ROOT-SERVERS.NET.", "192.36.148.17")) goto failed;
sbin/unwind/libunbound/iterator/iter_hints.c
143
if(!ah(dp, "J.ROOT-SERVERS.NET.", "192.58.128.30")) goto failed;
sbin/unwind/libunbound/iterator/iter_hints.c
144
if(!ah(dp, "K.ROOT-SERVERS.NET.", "193.0.14.129")) goto failed;
sbin/unwind/libunbound/iterator/iter_hints.c
145
if(!ah(dp, "L.ROOT-SERVERS.NET.", "199.7.83.42")) goto failed;
sbin/unwind/libunbound/iterator/iter_hints.c
146
if(!ah(dp, "M.ROOT-SERVERS.NET.", "202.12.27.33")) goto failed;
sbin/unwind/libunbound/iterator/iter_hints.c
149
if(!ah(dp, "A.ROOT-SERVERS.NET.", "2001:503:ba3e::2:30")) goto failed;
sbin/unwind/libunbound/iterator/iter_hints.c
150
if(!ah(dp, "B.ROOT-SERVERS.NET.", "2801:1b8:10::b")) goto failed;
sbin/unwind/libunbound/iterator/iter_hints.c
151
if(!ah(dp, "C.ROOT-SERVERS.NET.", "2001:500:2::c")) goto failed;
sbin/unwind/libunbound/iterator/iter_hints.c
152
if(!ah(dp, "D.ROOT-SERVERS.NET.", "2001:500:2d::d")) goto failed;
sbin/unwind/libunbound/iterator/iter_hints.c
153
if(!ah(dp, "E.ROOT-SERVERS.NET.", "2001:500:a8::e")) goto failed;
sbin/unwind/libunbound/iterator/iter_hints.c
154
if(!ah(dp, "F.ROOT-SERVERS.NET.", "2001:500:2f::f")) goto failed;
sbin/unwind/libunbound/iterator/iter_hints.c
155
if(!ah(dp, "G.ROOT-SERVERS.NET.", "2001:500:12::d0d")) goto failed;
sbin/unwind/libunbound/iterator/iter_hints.c
156
if(!ah(dp, "H.ROOT-SERVERS.NET.", "2001:500:1::53")) goto failed;
sbin/unwind/libunbound/iterator/iter_hints.c
157
if(!ah(dp, "I.ROOT-SERVERS.NET.", "2001:7fe::53")) goto failed;
sbin/unwind/libunbound/iterator/iter_hints.c
158
if(!ah(dp, "J.ROOT-SERVERS.NET.", "2001:503:c27::2:30")) goto failed;
sbin/unwind/libunbound/iterator/iter_hints.c
159
if(!ah(dp, "K.ROOT-SERVERS.NET.", "2001:7fd::1")) goto failed;
sbin/unwind/libunbound/iterator/iter_hints.c
160
if(!ah(dp, "L.ROOT-SERVERS.NET.", "2001:500:9f::42")) goto failed;
sbin/unwind/libunbound/iterator/iter_hints.c
161
if(!ah(dp, "M.ROOT-SERVERS.NET.", "2001:dc3::35")) goto failed;
sys/dev/ic/ar5xxx.h
1164
AR5K_HAL_FUNCTIONS(, ah, *);
sys/dev/ic/ath.c
1012
struct ath_hal *ah = sc->sc_ah;
sys/dev/ic/ath.c
1021
(void)ath_hal_softcrypto(ah, AH_TRUE);
sys/dev/ic/ath.c
1023
(void)ath_hal_softcrypto(ah, AH_FALSE);
sys/dev/ic/ath.c
1042
ath_hal_reset_key(ah, i);
sys/dev/ic/ath.c
1062
if (ath_hal_set_key(ah, i, &hk) != AH_TRUE)
sys/dev/ic/ath.c
1127
struct ath_hal *ah = sc->sc_ah;
sys/dev/ic/ath.c
1131
rfilt = (ath_hal_get_rx_filter(ah) & HAL_RX_FILTER_PHYERR)
sys/dev/ic/ath.c
1147
struct ath_hal *ah = sc->sc_ah;
sys/dev/ic/ath.c
1152
ath_hal_set_rx_filter(ah, rfilt);
sys/dev/ic/ath.c
1155
ath_hal_set_opmode(ah);
sys/dev/ic/ath.c
1160
ath_hal_set_mcast_filter(ah, mfilt[0], mfilt[1]);
sys/dev/ic/ath.c
1187
struct ath_hal *ah = sc->sc_ah;
sys/dev/ic/ath.c
1258
if (!ath_hal_setup_tx_desc(ah, ds
sys/dev/ic/ath.c
1275
if (!ath_hal_fill_tx_desc(ah, ds
sys/dev/ic/ath.c
1295
struct ath_hal *ah = sc->sc_ah;
sys/dev/ic/ath.c
1305
if (!ath_hal_stop_tx_dma(ah, sc->sc_bhalq)) {
sys/dev/ic/ath.c
1312
ath_hal_put_tx_buf(ah, sc->sc_bhalq, bf->bf_daddr);
sys/dev/ic/ath.c
1313
ath_hal_tx_start(ah, sc->sc_bhalq);
sys/dev/ic/ath.c
1352
struct ath_hal *ah = sc->sc_ah;
sys/dev/ic/ath.c
1415
ath_hal_set_intr(ah, 0);
sys/dev/ic/ath.c
1416
ath_hal_set_beacon_timers(ah, &bs, 0/*XXX*/, 0, 0);
sys/dev/ic/ath.c
1418
ath_hal_set_intr(ah, sc->sc_imask);
sys/dev/ic/ath.c
1422
ath_hal_set_intr(ah, 0);
sys/dev/ic/ath.c
1444
ath_hal_init_beacon(ah, nexttbtt, intval);
sys/dev/ic/ath.c
1445
ath_hal_set_intr(ah, sc->sc_imask);
sys/dev/ic/ath.c
1693
struct ath_hal *ah = sc->sc_ah;
sys/dev/ic/ath.c
1755
ath_hal_setup_rx_desc(ah, ds
sys/dev/ic/ath.c
1777
struct ath_hal *ah = sc->sc_ah;
sys/dev/ic/ath.c
1819
status = ath_hal_proc_rx_desc(ah, ds,
sys/dev/ic/ath.c
1975
ath_hal_set_rx_signal(ah); /* rx signal state monitoring */
sys/dev/ic/ath.c
1976
ath_hal_start_rx(ah); /* in case of RXEOL */
sys/dev/ic/ath.c
1990
struct ath_hal *ah = sc->sc_ah;
sys/dev/ic/ath.c
214
struct ath_hal *ah;
sys/dev/ic/ath.c
2218
dur = ath_hal_computetxtime(ah, rt, IEEE80211_ACK_SIZE,
sys/dev/ic/ath.c
224
ah = ath_hal_attach(devid, sc, sc->sc_st, sc->sc_sh,
sys/dev/ic/ath.c
2244
ctsduration += ath_hal_computetxtime(ah,
sys/dev/ic/ath.c
2248
ctsduration += ath_hal_computetxtime(ah,
sys/dev/ic/ath.c
2251
ctsduration += ath_hal_computetxtime(ah,
sys/dev/ic/ath.c
226
if (ah == NULL) {
sys/dev/ic/ath.c
2294
ath_hal_setup_tx_desc(ah, ds
sys/dev/ic/ath.c
2307
ath_hal_setup_xtx_desc(ah, ds
sys/dev/ic/ath.c
232
if (ah->ah_abi != HAL_ABI_VERSION) {
sys/dev/ic/ath.c
2324
ath_hal_fill_tx_desc(ah, ds
sys/dev/ic/ath.c
234
ifp->if_xname, ah->ah_abi, HAL_ABI_VERSION);
sys/dev/ic/ath.c
2342
ath_hal_put_tx_buf(ah, sc->sc_txhalq[hwqueue], bf->bf_daddr);
sys/dev/ic/ath.c
2353
ath_hal_tx_start(ah, sc->sc_txhalq[hwqueue]);
sys/dev/ic/ath.c
2361
struct ath_hal *ah = sc->sc_ah;
sys/dev/ic/ath.c
2381
status = ath_hal_proc_tx_desc(ah, ds);
sys/dev/ic/ath.c
239
if (ah->ah_single_chip == AH_TRUE) {
sys/dev/ic/ath.c
242
ah->ah_mac_version, ah->ah_mac_revision,
sys/dev/ic/ath.c
243
ah->ah_phy_revision >> 4, ah->ah_phy_revision & 0xf,
sys/dev/ic/ath.c
244
ah->ah_radio_5ghz_revision >> 4,
sys/dev/ic/ath.c
2449
struct ath_hal *ah = sc->sc_ah;
sys/dev/ic/ath.c
245
ah->ah_radio_5ghz_revision & 0xf);
sys/dev/ic/ath.c
2460
(void) ath_hal_stop_tx_dma(ah, sc->sc_txhalq[i]);
sys/dev/ic/ath.c
2463
(caddr_t)(u_intptr_t)ath_hal_get_tx_buf(ah,
sys/dev/ic/ath.c
2466
(void) ath_hal_stop_tx_dma(ah, sc->sc_bhalq);
sys/dev/ic/ath.c
2469
(caddr_t)(u_intptr_t)ath_hal_get_tx_buf(ah, sc->sc_bhalq)));
sys/dev/ic/ath.c
248
ar5k_printver(AR5K_VERSION_VER, ah->ah_mac_srev),
sys/dev/ic/ath.c
2484
ath_hal_proc_tx_desc(ah, bf->bf_desc) == HAL_OK);
sys/dev/ic/ath.c
249
ah->ah_mac_version, ah->ah_mac_revision,
sys/dev/ic/ath.c
250
ah->ah_phy_revision >> 4, ah->ah_phy_revision & 0xf);
sys/dev/ic/ath.c
2515
struct ath_hal *ah = sc->sc_ah;
sys/dev/ic/ath.c
2517
ath_hal_stop_pcu_recv(ah); /* disable PCU */
sys/dev/ic/ath.c
2518
ath_hal_set_rx_filter(ah, 0); /* clear recv filter */
sys/dev/ic/ath.c
2519
ath_hal_stop_rx_dma(ah); /* disable DMA engine */
sys/dev/ic/ath.c
252
ar5k_printver(AR5K_VERSION_RAD, ah->ah_radio_5ghz_revision),
sys/dev/ic/ath.c
2525
(caddr_t)(u_intptr_t)ath_hal_get_rx_buf(ah), sc->sc_rxlink);
sys/dev/ic/ath.c
2528
if (ath_hal_proc_rx_desc(ah, ds, bf->bf_daddr,
sys/dev/ic/ath.c
253
ah->ah_radio_5ghz_revision >> 4,
sys/dev/ic/ath.c
254
ah->ah_radio_5ghz_revision & 0xf);
sys/dev/ic/ath.c
2544
struct ath_hal *ah = sc->sc_ah;
sys/dev/ic/ath.c
255
if (ah->ah_radio_2ghz_revision != 0) {
sys/dev/ic/ath.c
2559
ath_hal_put_rx_buf(ah, bf->bf_daddr);
sys/dev/ic/ath.c
2560
ath_hal_start_rx(ah); /* enable recv descriptors */
sys/dev/ic/ath.c
2562
ath_hal_start_rx_pcu(ah); /* re-enable PCU/DMA engine */
sys/dev/ic/ath.c
2575
struct ath_hal *ah = sc->sc_ah;
sys/dev/ic/ath.c
258
ah->ah_radio_2ghz_revision),
sys/dev/ic/ath.c
259
ah->ah_radio_2ghz_revision >> 4,
sys/dev/ic/ath.c
2595
ath_hal_set_intr(ah, 0); /* disable interrupts */
sys/dev/ic/ath.c
260
ah->ah_radio_2ghz_revision & 0xf);
sys/dev/ic/ath.c
2603
if (!ath_hal_reset(ah, ic->ic_opmode, &hchan, AH_TRUE,
sys/dev/ic/ath.c
263
if (ah->ah_ee_version == AR5K_EEPROM_VERSION_4_7)
sys/dev/ic/ath.c
2642
ath_hal_set_intr(ah, sc->sc_imask);
sys/dev/ic/ath.c
266
printf(" eeprom %1x.%1x", ah->ah_ee_version >> 12,
sys/dev/ic/ath.c
2666
struct ath_hal *ah = sc->sc_ah;
sys/dev/ic/ath.c
267
ah->ah_ee_version & 0xff);
sys/dev/ic/ath.c
2670
return (ath_hal_set_slot_time(ah, HAL_SLOT_TIME_9));
sys/dev/ic/ath.c
2683
struct ath_hal *ah = sc->sc_ah;
sys/dev/ic/ath.c
270
if (ah->ah_radio_5ghz_revision >= AR5K_SREV_RAD_UNSUPP ||
sys/dev/ic/ath.c
2702
if (ath_hal_get_rf_gain(ah) == HAL_RFGAIN_NEED_CHANGE) {
sys/dev/ic/ath.c
271
ah->ah_radio_2ghz_revision >= AR5K_SREV_RAD_UNSUPP) {
sys/dev/ic/ath.c
2710
if (!ath_hal_calibrate(ah, &hchan)) {
sys/dev/ic/ath.c
2757
struct ath_hal *ah = sc->sc_ah;
sys/dev/ic/ath.c
2775
ath_hal_set_intr(ah, sc->sc_imask);
sys/dev/ic/ath.c
278
sc->sc_ah = ah;
sys/dev/ic/ath.c
2789
ath_hal_set_rx_filter(ah, rfilt);
sys/dev/ic/ath.c
2794
ath_hal_set_associd(ah, bssid, ni->ni_associd);
sys/dev/ic/ath.c
2796
ath_hal_set_associd(ah, bssid, 0);
sys/dev/ic/ath.c
2801
if (ath_hal_is_key_valid(ah, i))
sys/dev/ic/ath.c
2802
ath_hal_set_key_lladdr(ah, i, bssid);
sys/dev/ic/ath.c
2836
ath_hal_set_intr(ah, sc->sc_imask);
sys/dev/ic/ath.c
286
ath_hal_get_regdomain(ah, &ah->ah_regdomain);
sys/dev/ic/ath.c
2864
struct ath_hal *ah = sc->sc_ah;
sys/dev/ic/ath.c
2874
if (ieee80211_ibss_merge(ic, ni, ath_hal_get_tsf64(ah)) ==
sys/dev/ic/ath.c
2876
ath_hal_set_associd(ah, ic->ic_bss->ni_bssid, 0);
sys/dev/ic/ath.c
2902
struct ath_hal *ah = sc->sc_ah;
sys/dev/ic/ath.c
2913
if (!ath_hal_init_channels(ah, chans, IEEE80211_CHAN_MAX, &nchan,
sys/dev/ic/ath.c
2952
ifp->if_xname, ieee80211_regdomain2name(ah->ah_regdomain),
sys/dev/ic/ath.c
2953
ah->ah_regdomain);
sys/dev/ic/ath.c
2966
struct ath_hal *ah = sc->sc_ah;
sys/dev/ic/ath.c
2974
sc->sc_rates[mode] = ath_hal_get_rate_table(ah, HAL_MODE_11A);
sys/dev/ic/ath.c
2977
sc->sc_rates[mode] = ath_hal_get_rate_table(ah, HAL_MODE_11B);
sys/dev/ic/ath.c
2980
sc->sc_rates[mode] = ath_hal_get_rate_table(ah, HAL_MODE_11G);
sys/dev/ic/ath.c
3090
struct ath_hal *ah = sc->sc_ah;
sys/dev/ic/ath.c
3094
if (ah->ah_gpio_npins < 1)
sys/dev/ic/ath.c
3098
for (i = 0; i < ah->ah_gpio_npins && i < AR5K_MAX_GPIO; i++) {
sys/dev/ic/ath.c
3104
ath_hal_set_gpio_input(ah, i);
sys/dev/ic/ath.c
3108
sc->sc_gpio_pins[i].pin_state = ath_hal_get_gpio(ah, i) ?
sys/dev/ic/ath.c
3113
if ((ah->ah_version == AR5K_AR5211) ||
sys/dev/ic/ath.c
3116
ath_hal_set_gpio_output(ah, AR5K_SOFTLED_PIN);
sys/dev/ic/ath.c
3117
ath_hal_set_gpio(ah, AR5K_SOFTLED_PIN, AR5K_SOFTLED_OFF);
sys/dev/ic/ath.c
3129
gba.gba_npins = ah->ah_gpio_npins;
sys/dev/ic/ath.c
3145
struct ath_hal *ah = sc->sc_ah;
sys/dev/ic/ath.c
3146
return (ath_hal_get_gpio(ah, pin) ? GPIO_PIN_HIGH : GPIO_PIN_LOW);
sys/dev/ic/ath.c
3153
struct ath_hal *ah = sc->sc_ah;
sys/dev/ic/ath.c
3154
ath_hal_set_gpio(ah, pin, value ? GPIO_PIN_HIGH : GPIO_PIN_LOW);
sys/dev/ic/ath.c
3161
struct ath_hal *ah = sc->sc_ah;
sys/dev/ic/ath.c
3164
ath_hal_set_gpio_input(ah, pin);
sys/dev/ic/ath.c
3166
ath_hal_set_gpio_output(ah, pin);
sys/dev/ic/ath.c
327
sc->sc_bhalq = ath_hal_setup_tx_queue(ah, HAL_TX_QUEUE_BEACON, NULL);
sys/dev/ic/ath.c
337
sc->sc_txhalq[i] = ath_hal_setup_tx_queue(ah,
sys/dev/ic/ath.c
373
sc->sc_veol = ath_hal_has_veol(ah);
sys/dev/ic/ath.c
376
ath_hal_get_lladdr(ah, ic->ic_myaddr);
sys/dev/ic/ath.c
424
ieee80211_regdomain2name(ah->ah_regdomain),
sys/dev/ic/ath.c
425
ah->ah_regdomain != ah->ah_regdomain_hw ? "*" : "",
sys/dev/ic/ath.c
435
if (ah)
sys/dev/ic/ath.c
436
ath_hal_detach(ah);
sys/dev/ic/ath.c
482
struct ath_hal *ah = sc->sc_ah;
sys/dev/ic/ath.c
493
if (!ath_hal_is_intr_pending(ah)) /* shared irq, not for us */
sys/dev/ic/ath.c
498
ath_hal_get_isr(ah, &status); /* clear ISR */
sys/dev/ic/ath.c
499
ath_hal_set_intr(ah, 0); /* disable further intr's */
sys/dev/ic/ath.c
502
ath_hal_get_isr(ah, &status); /* NB: clears ISR too */
sys/dev/ic/ath.c
507
ath_hal_set_intr(ah, 0); /* disable intr's until reset */
sys/dev/ic/ath.c
511
ath_hal_set_intr(ah, 0); /* disable intr's until reset */
sys/dev/ic/ath.c
517
ath_hal_update_mib_counters(ah, &sc->sc_mib_stats);
sys/dev/ic/ath.c
531
ath_hal_update_tx_triglevel(ah, AH_TRUE);
sys/dev/ic/ath.c
604
struct ath_hal *ah = sc->sc_ah;
sys/dev/ic/ath.c
626
ath_hal_set_lladdr(ah, ic->ic_myaddr);
sys/dev/ic/ath.c
637
if (!ath_hal_reset(ah, ic->ic_opmode, &hchan, AH_TRUE, &status)) {
sys/dev/ic/ath.c
666
ath_hal_set_intr(ah, sc->sc_imask);
sys/dev/ic/ath.c
696
struct ath_hal *ah = sc->sc_ah;
sys/dev/ic/ath.c
721
ath_hal_set_intr(ah, 0);
sys/dev/ic/ath.c
734
ath_hal_set_power(ah, HAL_PM_FULL_SLEEP, 0);
sys/dev/ic/ath.c
753
struct ath_hal *ah = sc->sc_ah;
sys/dev/ic/ath.c
765
ath_hal_set_intr(ah, 0); /* disable interrupts */
sys/dev/ic/ath.c
769
if (!ath_hal_reset(ah, ic->ic_opmode, &hchan,
sys/dev/ic/ath.c
777
ath_hal_set_intr(ah, sc->sc_imask);
sys/dev/ic/ath.c
790
struct ath_hal *ah = sc->sc_ah;
sys/dev/ic/ath.c
871
tsf = ath_hal_get_tsf64(ah);
sys/dev/pci/drm/amd/pm/legacy-dpm/si_dpm.c
3376
u32 k, a, ah, al;
sys/dev/pci/drm/amd/pm/legacy-dpm/si_dpm.c
3386
ah = ((a * t) + 5000) / 10000;
sys/dev/pci/drm/amd/pm/legacy-dpm/si_dpm.c
3387
al = a - ah;
sys/dev/pci/drm/amd/pm/legacy-dpm/si_dpm.c
3389
*th = t - ah;
sys/dev/pci/drm/radeon/r600_dpm.c
221
u32 k, a, ah, al;
sys/dev/pci/drm/radeon/r600_dpm.c
231
ah = ((a * t) + 5000) / 10000;
sys/dev/pci/drm/radeon/r600_dpm.c
232
al = a - ah;
sys/dev/pci/drm/radeon/r600_dpm.c
234
*th = t - ah;
sys/lib/libsa/arp.c
108
ah = &wbuf.data.arp;
sys/lib/libsa/arp.c
109
ah->arp_hrd = htons(ARPHRD_ETHER);
sys/lib/libsa/arp.c
110
ah->arp_pro = htons(ETHERTYPE_IP);
sys/lib/libsa/arp.c
111
ah->arp_hln = sizeof(ah->arp_sha); /* hardware address length */
sys/lib/libsa/arp.c
112
ah->arp_pln = sizeof(ah->arp_spa); /* protocol address length */
sys/lib/libsa/arp.c
113
ah->arp_op = htons(ARPOP_REQUEST);
sys/lib/libsa/arp.c
114
MACPY(d->myea, ah->arp_sha);
sys/lib/libsa/arp.c
115
bcopy(&d->myip, ah->arp_spa, sizeof(ah->arp_spa));
sys/lib/libsa/arp.c
117
bcopy(&addr, ah->arp_tpa, sizeof(ah->arp_tpa));
sys/lib/libsa/arp.c
130
ah = &rbuf.data.arp;
sys/lib/libsa/arp.c
136
inet_ntoa(addr), ether_sprintf(ah->arp_sha));
sys/lib/libsa/arp.c
139
MACPY(ah->arp_sha, al->ea);
sys/lib/libsa/arp.c
165
struct ether_arp *ah;
sys/lib/libsa/arp.c
193
ah = (struct ether_arp *)pkt;
sys/lib/libsa/arp.c
194
if (ah->arp_hrd != htons(ARPHRD_ETHER) ||
sys/lib/libsa/arp.c
195
ah->arp_pro != htons(ETHERTYPE_IP) ||
sys/lib/libsa/arp.c
196
ah->arp_hln != sizeof(ah->arp_sha) ||
sys/lib/libsa/arp.c
197
ah->arp_pln != sizeof(ah->arp_spa)) {
sys/lib/libsa/arp.c
205
if (ah->arp_op == htons(ARPOP_REQUEST)) {
sys/lib/libsa/arp.c
210
arp_reply(d, ah);
sys/lib/libsa/arp.c
214
if (ah->arp_op != htons(ARPOP_REPLY)) {
sys/lib/libsa/arp.c
223
if (bcmp(&arp_list[arp_num].addr, ah->arp_spa,
sys/lib/libsa/arp.c
224
sizeof(ah->arp_spa))) {
sys/lib/libsa/arp.c
74
struct ether_arp *ah;
sys/lib/libsa/netudp.c
153
struct arphdr *ah = (void *)ip;
sys/lib/libsa/netudp.c
154
if (ah->ar_op == htons(ARPOP_REQUEST)) {
sys/lib/libsa/netudp.c
156
arp_reply(d, ah);
sys/netinet/ip_ah.c
1008
ah = (struct ah *)(mtod(mi, caddr_t) + roff);
sys/netinet/ip_ah.c
1011
m_copydata(m, protoff, sizeof(u_int8_t), &ah->ah_nh);
sys/netinet/ip_ah.c
1012
ah->ah_hl = (rplen + ahx->authsize - AH_FLENGTH) / sizeof(u_int32_t);
sys/netinet/ip_ah.c
1013
ah->ah_rv = 0;
sys/netinet/ip_ah.c
1014
ah->ah_spi = tdb->tdb_spi;
sys/netinet/ip_ah.c
1020
ah->ah_rpl = htonl((u_int32_t)replay64);
sys/netinet/ip_ah.c
550
m_copydata(m, skip + offsetof(struct ah, ah_hl), sizeof(u_int8_t), &hl);
sys/netinet/ip_ah.c
554
m_copydata(m, skip + offsetof(struct ah, ah_rpl),
sys/netinet/ip_ah.c
728
m_copydata(m, skip + offsetof(struct ah, ah_rpl),
sys/netinet/ip_ah.c
869
struct ah *ah;
usr.sbin/pppd/auth.c
1044
ah = ntohl(ina.s_addr);
usr.sbin/pppd/auth.c
1045
if (IN_CLASSA(ah))
usr.sbin/pppd/auth.c
1047
else if (IN_CLASSB(ah))
usr.sbin/pppd/auth.c
1049
else if (IN_CLASSC(ah))
usr.sbin/pppd/auth.c
994
u_int32_t mask, ah;
usr.sbin/tcpdump/print-ike.c
372
const char *ah[] = IPSEC_AH_INITIALIZER;
usr.sbin/tcpdump/print-ike.c
395
if (tp->transform < (sizeof ah / sizeof ah[0]))
usr.sbin/tcpdump/print-ike.c
396
printf("%s", ah[tp->transform]);
usr.sbin/tcpdump/print-ipsec.c
238
const struct ah_hdr *ah;
usr.sbin/tcpdump/print-ipsec.c
255
ah = (const struct ah_hdr *)bp;
usr.sbin/tcpdump/print-ipsec.c
258
ntohl(ah->ah_spi), ntohl(ah->ah_seq), len);
usr.sbin/tcpdump/print-ipsec.c
263
pl_len = (ah->ah_pl_len + 2) << 2; /* RFC2402, sec 2.2 */
usr.sbin/tcpdump/print-ipsec.c
270
switch (ah->ah_nxt_hdr) {
usr.sbin/tcpdump/print-ipsec.c
308
ah->ah_nxt_hdr, len - pl_len);
usr.sbin/tcpdump/print-ofp.c
1006
ofp_print_action(struct ofp_action_header *ah, const u_char *bp, u_int length)
usr.sbin/tcpdump/print-ofp.c
1010
ahtype = ntohs(ah->ah_type);
usr.sbin/tcpdump/print-ofp.c
1012
print_map(ahtype, ofp_action_map), ntohs(ah->ah_len));
usr.sbin/tcpdump/print-ofp.c
1099
struct ofp_action_header *ah;
usr.sbin/tcpdump/print-ofp.c
1119
if (length < sizeof(*ah)) {
usr.sbin/tcpdump/print-ofp.c
1124
ah = (struct ofp_action_header *)bp;
usr.sbin/tcpdump/print-ofp.c
1128
ahlen = ntohs(ah->ah_len) - AH_UNPADDED;
usr.sbin/tcpdump/print-ofp.c
1134
ofp_print_action(ah, bp, length);
usr.sbin/tcpdump/print-ofp.c
373
struct ofp_action_header *ah;
usr.sbin/tcpdump/print-ofp.c
398
if (actionslen < sizeof(*ah))
usr.sbin/tcpdump/print-ofp.c
402
if (length < sizeof(*ah)) {
usr.sbin/tcpdump/print-ofp.c
407
ah = (struct ofp_action_header *)bp;
usr.sbin/tcpdump/print-ofp.c
411
ahlen = ntohs(ah->ah_len) - AH_UNPADDED;
usr.sbin/tcpdump/print-ofp.c
417
ofp_print_action(ah, bp, length);
usr.sbin/unbound/iterator/iter_hints.c
134
if(!ah(dp, "A.ROOT-SERVERS.NET.", "198.41.0.4")) goto failed;
usr.sbin/unbound/iterator/iter_hints.c
135
if(!ah(dp, "B.ROOT-SERVERS.NET.", "170.247.170.2")) goto failed;
usr.sbin/unbound/iterator/iter_hints.c
136
if(!ah(dp, "C.ROOT-SERVERS.NET.", "192.33.4.12")) goto failed;
usr.sbin/unbound/iterator/iter_hints.c
137
if(!ah(dp, "D.ROOT-SERVERS.NET.", "199.7.91.13")) goto failed;
usr.sbin/unbound/iterator/iter_hints.c
138
if(!ah(dp, "E.ROOT-SERVERS.NET.", "192.203.230.10")) goto failed;
usr.sbin/unbound/iterator/iter_hints.c
139
if(!ah(dp, "F.ROOT-SERVERS.NET.", "192.5.5.241")) goto failed;
usr.sbin/unbound/iterator/iter_hints.c
140
if(!ah(dp, "G.ROOT-SERVERS.NET.", "192.112.36.4")) goto failed;
usr.sbin/unbound/iterator/iter_hints.c
141
if(!ah(dp, "H.ROOT-SERVERS.NET.", "198.97.190.53")) goto failed;
usr.sbin/unbound/iterator/iter_hints.c
142
if(!ah(dp, "I.ROOT-SERVERS.NET.", "192.36.148.17")) goto failed;
usr.sbin/unbound/iterator/iter_hints.c
143
if(!ah(dp, "J.ROOT-SERVERS.NET.", "192.58.128.30")) goto failed;
usr.sbin/unbound/iterator/iter_hints.c
144
if(!ah(dp, "K.ROOT-SERVERS.NET.", "193.0.14.129")) goto failed;
usr.sbin/unbound/iterator/iter_hints.c
145
if(!ah(dp, "L.ROOT-SERVERS.NET.", "199.7.83.42")) goto failed;
usr.sbin/unbound/iterator/iter_hints.c
146
if(!ah(dp, "M.ROOT-SERVERS.NET.", "202.12.27.33")) goto failed;
usr.sbin/unbound/iterator/iter_hints.c
149
if(!ah(dp, "A.ROOT-SERVERS.NET.", "2001:503:ba3e::2:30")) goto failed;
usr.sbin/unbound/iterator/iter_hints.c
150
if(!ah(dp, "B.ROOT-SERVERS.NET.", "2801:1b8:10::b")) goto failed;
usr.sbin/unbound/iterator/iter_hints.c
151
if(!ah(dp, "C.ROOT-SERVERS.NET.", "2001:500:2::c")) goto failed;
usr.sbin/unbound/iterator/iter_hints.c
152
if(!ah(dp, "D.ROOT-SERVERS.NET.", "2001:500:2d::d")) goto failed;
usr.sbin/unbound/iterator/iter_hints.c
153
if(!ah(dp, "E.ROOT-SERVERS.NET.", "2001:500:a8::e")) goto failed;
usr.sbin/unbound/iterator/iter_hints.c
154
if(!ah(dp, "F.ROOT-SERVERS.NET.", "2001:500:2f::f")) goto failed;
usr.sbin/unbound/iterator/iter_hints.c
155
if(!ah(dp, "G.ROOT-SERVERS.NET.", "2001:500:12::d0d")) goto failed;
usr.sbin/unbound/iterator/iter_hints.c
156
if(!ah(dp, "H.ROOT-SERVERS.NET.", "2001:500:1::53")) goto failed;
usr.sbin/unbound/iterator/iter_hints.c
157
if(!ah(dp, "I.ROOT-SERVERS.NET.", "2001:7fe::53")) goto failed;
usr.sbin/unbound/iterator/iter_hints.c
158
if(!ah(dp, "J.ROOT-SERVERS.NET.", "2001:503:c27::2:30")) goto failed;
usr.sbin/unbound/iterator/iter_hints.c
159
if(!ah(dp, "K.ROOT-SERVERS.NET.", "2001:7fd::1")) goto failed;
usr.sbin/unbound/iterator/iter_hints.c
160
if(!ah(dp, "L.ROOT-SERVERS.NET.", "2001:500:9f::42")) goto failed;
usr.sbin/unbound/iterator/iter_hints.c
161
if(!ah(dp, "M.ROOT-SERVERS.NET.", "2001:dc3::35")) goto failed;