Searched refs:rap (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/contrib/smbfs/lib/smb/
H A Drap.c32 * $Id: rap.c,v 1.8 2001/02/24 15:56:05 bp Exp $
154 smb_rap_rqparam_z(struct smb_rap *rap, const char *value) argument
158 bcopy(value, rap->r_npbuf, len);
159 rap->r_npbuf += len;
160 rap->r_plen += len;
165 smb_rap_rqparam(struct smb_rap *rap, char ptype, char plen, long value) argument
167 char *p = rap->r_npbuf;
186 rap->r_npbuf += len;
187 rap->r_plen += len;
195 struct smb_rap *rap; local
224 smb_rap_done(struct smb_rap *rap) argument
234 smb_rap_setNparam(struct smb_rap *rap, long value) argument
260 smb_rap_setPparam(struct smb_rap *rap, void *value) argument
281 smb_rap_getNparam(struct smb_rap *rap, long *value) argument
303 smb_rap_request(struct smb_rap *rap, struct smb_ctx *ctx) argument
372 smb_rap_error(struct smb_rap *rap, int error) argument
385 struct smb_rap *rap; local
[all...]
H A DMakefile12 SRCS= rcfile.c ctx.c cfopt.c subr.c nls.c rap.c mbuf.c rq.c file.c \
/freebsd-13-stable/sys/contrib/ipfilter/netinet/
H A Dip_raudio_pxy.c59 raudio_t *rap; local
71 rap = aps->aps_data;
73 rap->rap_mode = RAP_M_TCP; /* default is for TCP */
86 raudio_t *rap = aps->aps_data; local
100 if (rap->rap_eos == 1)
124 if (rap->rap_seenpna == 0) {
129 rap->rap_seenpna = 1;
137 if (rap->rap_seenpna == 1 && rap->rap_seenver == 0) {
139 rap
192 raudio_t *rap = aps->aps_data; local
[all...]
/freebsd-13-stable/sys/net80211/
H A Dieee80211_ht.c520 ampdu_rx_purge_slot(struct ieee80211_rx_ampdu *rap, int i) argument
525 while (mbufq_len(&rap->rxa_mq[i]) != 0) {
526 m = mbufq_dequeue(&rap->rxa_mq[i]);
529 rap->rxa_qbytes -= m->m_pkthdr.len;
530 rap->rxa_qframes--;
543 ampdu_rx_add_slot(struct ieee80211_rx_ampdu *rap, int off, int tid, argument
575 if (mbufq_len(&rap->rxa_mq[off]) != 0) {
576 rxs_final = ieee80211_get_rx_params_ptr(mbufq_last(&rap->rxa_mq[off]));
605 if ((mbufq_len(&rap->rxa_mq[off]) == 0) || (toss_dup == 0)) {
606 if (mbufq_enqueue(&rap
668 ampdu_rx_purge(struct ieee80211_rx_ampdu *rap) argument
683 ieee80211_ampdu_rx_init_rap(struct ieee80211_node *ni, struct ieee80211_rx_ampdu *rap) argument
698 ampdu_rx_start(struct ieee80211_node *ni, struct ieee80211_rx_ampdu *rap, int baparamset, int batimeout, int baseqctl) argument
733 struct ieee80211_rx_ampdu *rap; local
779 struct ieee80211_rx_ampdu *rap; local
790 ampdu_rx_stop(struct ieee80211_node *ni, struct ieee80211_rx_ampdu *rap) argument
814 ampdu_dispatch_slot(struct ieee80211_rx_ampdu *rap, struct ieee80211_node *ni, int i) argument
835 ampdu_rx_moveup(struct ieee80211_rx_ampdu *rap, struct ieee80211_node *ni, int i, int winstart) argument
877 ampdu_rx_dispatch(struct ieee80211_rx_ampdu *rap, struct ieee80211_node *ni) argument
913 ampdu_rx_flush(struct ieee80211_node *ni, struct ieee80211_rx_ampdu *rap) argument
941 ampdu_rx_flush_upto(struct ieee80211_node *ni, struct ieee80211_rx_ampdu *rap, ieee80211_seq winstart) argument
1009 struct ieee80211_rx_ampdu *rap; local
1232 struct ieee80211_rx_ampdu *rap; local
1385 struct ieee80211_rx_ampdu *rap; local
2409 struct ieee80211_rx_ampdu *rap; local
2564 struct ieee80211_rx_ampdu *rap; local
[all...]
H A Dieee80211_ddb.c210 _db_show_rxampdu(const char *sep, int ix, const struct ieee80211_rx_ampdu *rap) argument
216 sep, ix, rap, rap->rxa_flags, ix /*XXX */);
218 sep, rap->rxa_qbytes, rap->rxa_qframes,
219 rap->rxa_seqstart, rap->rxa_start, rap->rxa_wnd);
221 rap->rxa_age, rap
[all...]
H A Dieee80211_input.h206 struct ieee80211_rx_ampdu *rap; local
234 rap = &ni->ni_rx_ampdu[tid];
237 (rap->rxa_flags & IEEE80211_AGGR_RUNNING))
/freebsd-13-stable/lib/libsmb/
H A DMakefile15 SRCS= rcfile.c ctx.c cfopt.c subr.c nls.c rap.c mbuf.c rq.c file.c \
/freebsd-13-stable/contrib/tcp_wrappers/
H A Dsocket.c177 char *ap = NULL, *rap, hname[NI_MAXHOST]; local
289 rap = (char *)&((struct sockaddr_in *)res->ai_addr)->sin_addr;
297 rap = (char *)&((struct sockaddr_in6 *)res->ai_addr)->sin6_addr;
302 if (memcmp(rap, ap, alen) == 0) {
/freebsd-13-stable/sys/dev/le/
H A Dif_le_isa.c141 bus_size_t rap; member in struct:le_isa_param
214 lesc->sc_rap = leip->rap;
260 bus_size_t macstart, rap, rdp; local
273 rap = PCNET_RAP;
284 rap = le_isa_params[i].rap;
305 lesc->sc_rap = rap;
/freebsd-13-stable/sys/dev/mpt/
H A Dmpt_user.c532 MSG_RAID_ACTION_REQUEST *rap; local
539 rap = req->req_vbuf;
540 memset(rap, 0, sizeof *rap);
541 rap->Action = raid_act->action;
542 rap->ActionDataWord = raid_act->action_data_word;
543 rap->Function = MPI_FUNCTION_RAID_ACTION;
544 rap->VolumeID = raid_act->volume_id;
545 rap->VolumeBus = raid_act->volume_bus;
546 rap
[all...]
H A Dmpt_raid.c558 MSG_RAID_ACTION_REQUEST *rap; local
562 rap = (MSG_RAID_ACTION_REQUEST *)req->req_vbuf;
564 switch (rap->Action) {
590 MSG_RAID_ACTION_REQUEST *rap; local
593 rap = req->req_vbuf;
594 memset(rap, 0, sizeof *rap);
595 rap->Action = Action;
596 rap->ActionDataWord = htole32(ActionDataWord);
597 rap
[all...]
/freebsd-13-stable/sys/dev/mwl/
H A Dif_mwl.c2298 mwl_ampdu_rxdma_reclaim(struct ieee80211_rx_ampdu *rap) argument
2305 n = rap->rxa_qframes;
2306 for (i = 0; i < rap->rxa_wnd && n > 0; i++) {
2307 m = rap->rxa_m[i];
2375 struct ieee80211_rx_ampdu *rap; local
2377 rap = &ni->ni_rx_ampdu[tid];
2378 if ((rap->rxa_flags & IEEE80211_AGGR_XCHGPEND) == 0)
2380 if (rap->rxa_qframes)
2381 mwl_ampdu_rxdma_reclaim(rap);
/freebsd-13-stable/sys/dev/iwn/
H A Dif_iwn.c7442 iwn_ampdu_rx_start(struct ieee80211_node *ni, struct ieee80211_rx_ampdu *rap, argument
7472 return sc->sc_ampdu_rx_start(ni, rap, baparamset, batimeout, baseqctl);
7480 iwn_ampdu_rx_stop(struct ieee80211_node *ni, struct ieee80211_rx_ampdu *rap) argument
7496 if (&ni->ni_rx_ampdu[tid] == rap)
7508 sc->sc_ampdu_rx_stop(ni, rap);

Completed in 222 milliseconds