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

/freebsd-11-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-11-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-11-stable/sys/net80211/
H A Dieee80211_ht.c517 ampdu_rx_purge(struct ieee80211_rx_ampdu *rap) argument
522 for (i = 0; i < rap->rxa_wnd; i++) {
523 m = rap->rxa_m[i];
525 rap->rxa_m[i] = NULL;
526 rap->rxa_qbytes -= m->m_pkthdr.len;
528 if (--rap->rxa_qframes == 0)
532 KASSERT(rap->rxa_qbytes == 0 && rap->rxa_qframes == 0,
534 rap->rxa_qbytes, rap
541 ampdu_rx_start(struct ieee80211_node *ni, struct ieee80211_rx_ampdu *rap, int baparamset, int batimeout, int baseqctl) argument
568 struct ieee80211_rx_ampdu *rap; local
603 ampdu_rx_stop(struct ieee80211_node *ni, struct ieee80211_rx_ampdu *rap) argument
633 ampdu_rx_dispatch(struct ieee80211_rx_ampdu *rap, struct ieee80211_node *ni) argument
679 ampdu_rx_flush(struct ieee80211_node *ni, struct ieee80211_rx_ampdu *rap) argument
706 ampdu_rx_flush_upto(struct ieee80211_node *ni, struct ieee80211_rx_ampdu *rap, ieee80211_seq winstart) argument
788 struct ieee80211_rx_ampdu *rap; local
979 struct ieee80211_rx_ampdu *rap; local
1130 struct ieee80211_rx_ampdu *rap; local
1930 struct ieee80211_rx_ampdu *rap; local
2069 struct ieee80211_rx_ampdu *rap; local
[all...]
H A Dieee80211_ddb.c208 _db_show_rxampdu(const char *sep, int ix, const struct ieee80211_rx_ampdu *rap) argument
213 sep, ix, rap, rap->rxa_flags, ix /*XXX */);
215 sep, rap->rxa_qbytes, rap->rxa_qframes,
216 rap->rxa_seqstart, rap->rxa_start, rap->rxa_wnd);
218 rap->rxa_age, rap
[all...]
H A Dieee80211_input.h165 struct ieee80211_rx_ampdu *rap; local
186 rap = &ni->ni_rx_ampdu[tid];
189 (rap->rxa_flags & IEEE80211_AGGR_RUNNING))
/freebsd-11-stable/lib/libsmb/
H A DMakefile13 SRCS= rcfile.c ctx.c cfopt.c subr.c nls.c rap.c mbuf.c rq.c file.c \
/freebsd-11-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-11-stable/sys/dev/le/
H A Dif_le_isa.c143 bus_size_t rap; member in struct:le_isa_param
216 lesc->sc_rap = leip->rap;
262 bus_size_t macstart, rap, rdp; local
275 rap = PCNET_RAP;
286 rap = le_isa_params[i].rap;
307 lesc->sc_rap = rap;
/freebsd-11-stable/sys/dev/mpt/
H A Dmpt_user.c530 MSG_RAID_ACTION_REQUEST *rap; local
537 rap = req->req_vbuf;
538 memset(rap, 0, sizeof *rap);
539 rap->Action = raid_act->action;
540 rap->ActionDataWord = raid_act->action_data_word;
541 rap->Function = MPI_FUNCTION_RAID_ACTION;
542 rap->VolumeID = raid_act->volume_id;
543 rap->VolumeBus = raid_act->volume_bus;
544 rap
[all...]
H A Dmpt_raid.c556 MSG_RAID_ACTION_REQUEST *rap; local
560 rap = (MSG_RAID_ACTION_REQUEST *)req->req_vbuf;
562 switch (rap->Action) {
588 MSG_RAID_ACTION_REQUEST *rap; local
591 rap = req->req_vbuf;
592 memset(rap, 0, sizeof *rap);
593 rap->Action = Action;
594 rap->ActionDataWord = htole32(ActionDataWord);
595 rap
[all...]
/freebsd-11-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-11-stable/sys/dev/iwn/
H A Dif_iwn.c7225 iwn_ampdu_rx_start(struct ieee80211_node *ni, struct ieee80211_rx_ampdu *rap, argument
7253 return sc->sc_ampdu_rx_start(ni, rap, baparamset, batimeout, baseqctl);
7262 iwn_ampdu_rx_stop(struct ieee80211_node *ni, struct ieee80211_rx_ampdu *rap) argument
7275 if (&ni->ni_rx_ampdu[tid] == rap)
7286 sc->sc_ampdu_rx_stop(ni, rap);

Completed in 141 milliseconds