/freebsd/contrib/smbfs/lib/smb/ |
H A D | rap.c | 154 smb_rap_rqparam_z(struct smb_rap *rap, const char *value) in smb_rap_rqparam_z() argument 158 bcopy(value, rap->r_npbuf, len); in smb_rap_rqparam_z() 159 rap->r_npbuf += len; in smb_rap_rqparam_z() 160 rap->r_plen += len; in smb_rap_rqparam_z() 165 smb_rap_rqparam(struct smb_rap *rap, char ptype, char plen, long value) in smb_rap_rqparam() argument 167 char *p = rap->r_npbuf; in smb_rap_rqparam() 186 rap->r_npbuf += len; in smb_rap_rqparam() 187 rap->r_plen += len; in smb_rap_rqparam() 195 struct smb_rap *rap; in smb_rap_create() local 199 rap = malloc(sizeof(*rap)); in smb_rap_create() [all …]
|
H A D | Makefile | 12 SRCS= rcfile.c ctx.c cfopt.c subr.c nls.c rap.c mbuf.c rq.c file.c \
|
/freebsd/sys/netpfil/ipfilter/netinet/ |
H A D | ip_raudio_pxy.c | 54 raudio_t *rap; in ipf_p_raudio_new() local 66 rap = aps->aps_data; in ipf_p_raudio_new() 68 rap->rap_mode = RAP_M_TCP; /* default is for TCP */ in ipf_p_raudio_new() 77 raudio_t *rap = aps->aps_data; in ipf_p_raudio_out() local 91 if (rap->rap_eos == 1) in ipf_p_raudio_out() 115 if (rap->rap_seenpna == 0) { in ipf_p_raudio_out() 120 rap->rap_seenpna = 1; in ipf_p_raudio_out() 128 if (rap->rap_seenpna == 1 && rap->rap_seenver == 0) { in ipf_p_raudio_out() 130 rap->rap_version = (*s << 8) | *(s + 1); in ipf_p_raudio_out() 132 rap->rap_seenver = 1; in ipf_p_raudio_out() [all …]
|
/freebsd/sys/net80211/ |
H A D | ieee80211_ht.c | 518 ampdu_rx_purge_slot(struct ieee80211_rx_ampdu *rap, int i) in ampdu_rx_purge_slot() argument 524 m = mbufq_dequeue(&rap->rxa_mq[i]); in ampdu_rx_purge_slot() 527 rap->rxa_qbytes -= m->m_pkthdr.len; in ampdu_rx_purge_slot() 528 rap->rxa_qframes--; in ampdu_rx_purge_slot() 541 ampdu_rx_add_slot(struct ieee80211_rx_ampdu *rap, int off, int tid, in ampdu_rx_add_slot() argument 573 if (!mbufq_empty(&rap->rxa_mq[off])) { in ampdu_rx_add_slot() 574 rxs_final = ieee80211_get_rx_params_ptr(mbufq_last(&rap->rxa_mq[off])); in ampdu_rx_add_slot() 603 if (mbufq_empty(&rap->rxa_mq[off]) || (toss_dup == 0)) { in ampdu_rx_add_slot() 604 if (mbufq_enqueue(&rap->rxa_mq[off], m) != 0) { in ampdu_rx_add_slot() 609 rxseq, tid, rap->rxa_start, in ampdu_rx_add_slot() [all …]
|
H A D | ieee80211_ddb.c | 212 _db_show_rxampdu(const char *sep, int ix, const struct ieee80211_rx_ampdu *rap) in _db_show_rxampdu() argument 218 sep, ix, rap, rap->rxa_flags, ix /*XXX */); in _db_show_rxampdu() 220 sep, rap->rxa_qbytes, rap->rxa_qframes, in _db_show_rxampdu() 221 rap->rxa_seqstart, rap->rxa_start, rap->rxa_wnd); in _db_show_rxampdu() 223 rap->rxa_age, rap->rxa_nframes); in _db_show_rxampdu() 225 if (!mbufq_empty(&rap->rxa_mq[i])) { in _db_show_rxampdu() 227 IEEE80211_SEQ_ADD(rap->rxa_start, i)); in _db_show_rxampdu() 228 STAILQ_FOREACH(m, &rap->rxa_mq[i].mq_head, in _db_show_rxampdu()
|
H A D | ieee80211_input.h | 204 struct ieee80211_rx_ampdu *rap; in ieee80211_check_rxseq() local 232 rap = &ni->ni_rx_ampdu[tid]; in ieee80211_check_rxseq() 235 (rap->rxa_flags & IEEE80211_AGGR_RUNNING)) in ieee80211_check_rxseq()
|
/freebsd/sys/dev/le/ |
H A D | if_le_isa.c | 136 bus_size_t rap; member 209 lesc->sc_rap = leip->rap; in le_isa_probe_legacy() 255 bus_size_t macstart, rap, rdp; in le_isa_attach() local 268 rap = PCNET_RAP; in le_isa_attach() 279 rap = le_isa_params[i].rap; in le_isa_attach() 300 lesc->sc_rap = rap; in le_isa_attach()
|
/freebsd/sys/dev/mpt/ |
H A D | mpt_user.c | 529 MSG_RAID_ACTION_REQUEST *rap; in mpt_user_raid_action() local 536 rap = req->req_vbuf; in mpt_user_raid_action() 537 memset(rap, 0, sizeof *rap); in mpt_user_raid_action() 538 rap->Action = raid_act->action; in mpt_user_raid_action() 539 rap->ActionDataWord = raid_act->action_data_word; in mpt_user_raid_action() 540 rap->Function = MPI_FUNCTION_RAID_ACTION; in mpt_user_raid_action() 541 rap->VolumeID = raid_act->volume_id; in mpt_user_raid_action() 542 rap->VolumeBus = raid_act->volume_bus; in mpt_user_raid_action() 543 rap->PhysDiskNum = raid_act->phys_disk_num; in mpt_user_raid_action() 544 se = (SGE_SIMPLE32 *)&rap->ActionDataSGE; in mpt_user_raid_action() [all …]
|
H A D | mpt_raid.c | 558 MSG_RAID_ACTION_REQUEST *rap; in mpt_raid_reply_frame_handler() local 562 rap = (MSG_RAID_ACTION_REQUEST *)req->req_vbuf; in mpt_raid_reply_frame_handler() 564 switch (rap->Action) { in mpt_raid_reply_frame_handler() 590 MSG_RAID_ACTION_REQUEST *rap; in mpt_issue_raid_req() local 593 rap = req->req_vbuf; in mpt_issue_raid_req() 594 memset(rap, 0, sizeof *rap); in mpt_issue_raid_req() 595 rap->Action = Action; in mpt_issue_raid_req() 596 rap->ActionDataWord = htole32(ActionDataWord); in mpt_issue_raid_req() 597 rap->Function = MPI_FUNCTION_RAID_ACTION; in mpt_issue_raid_req() 598 rap->VolumeID = vol->config_page->VolumeID; in mpt_issue_raid_req() [all …]
|
/freebsd/contrib/tcp_wrappers/ |
H A D | socket.c | 173 char *ap = NULL, *rap, hname[NI_MAXHOST]; in sock_hostname() local 285 rap = (char *)&((struct sockaddr_in *)res->ai_addr)->sin_addr; in sock_hostname() 293 rap = (char *)&((struct sockaddr_in6 *)res->ai_addr)->sin6_addr; in sock_hostname() 298 if (memcmp(rap, ap, alen) == 0) { in sock_hostname()
|
/freebsd/lib/libsmb/ |
H A D | Makefile | 13 SRCS= rcfile.c ctx.c cfopt.c subr.c nls.c rap.c mbuf.c rq.c file.c \
|
/freebsd/sys/dev/mwl/ |
H A D | if_mwl.c | 2292 mwl_ampdu_rxdma_reclaim(struct ieee80211_rx_ampdu *rap) in mwl_ampdu_rxdma_reclaim() argument 2299 n = rap->rxa_qframes; in mwl_ampdu_rxdma_reclaim() 2300 for (i = 0; i < rap->rxa_wnd && n > 0; i++) { in mwl_ampdu_rxdma_reclaim() 2301 m = rap->rxa_m[i]; in mwl_ampdu_rxdma_reclaim() 2369 struct ieee80211_rx_ampdu *rap; in mwl_node_drain() local 2371 rap = &ni->ni_rx_ampdu[tid]; in mwl_node_drain() 2372 if ((rap->rxa_flags & IEEE80211_AGGR_XCHGPEND) == 0) in mwl_node_drain() 2374 if (rap->rxa_qframes) in mwl_node_drain() 2375 mwl_ampdu_rxdma_reclaim(rap); in mwl_node_drain()
|
/freebsd/share/misc/ |
H A D | iso639 | 395 rap rap Rapanui
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_80211.c | 5106 lkpi_ic_ampdu_rx_start(struct ieee80211_node *ni, struct ieee80211_rx_ampdu *rap, argument 5163 __func__, error, ni, rap); 5173 error = lhw->ic_ampdu_rx_start(ni, rap, baparamset, batimeout, baseqctl); 5178 lkpi_ic_ampdu_rx_stop(struct ieee80211_node *ni, struct ieee80211_rx_ampdu *rap) argument 5205 if ((rap->rxa_flags & IEEE80211_AGGR_RUNNING) == 0) 5217 if (&ni->ni_rx_ampdu[tid] == rap) 5239 __func__, error, ni, rap); 5242 lhw->ic_ampdu_rx_stop(ni, rap);
|
/freebsd/usr.sbin/services_mkdb/ |
H A D | services | 74 rap 38/tcp #Route Access Protocol 75 rap 38/udp #Route Access Protocol 454 rap 256/tcp 455 rap 256/udp
|
/freebsd/sys/dev/iwn/ |
H A D | if_iwn.c | 7445 iwn_ampdu_rx_start(struct ieee80211_node *ni, struct ieee80211_rx_ampdu *rap, in iwn_ampdu_rx_start() argument 7475 return sc->sc_ampdu_rx_start(ni, rap, baparamset, batimeout, baseqctl); in iwn_ampdu_rx_start() 7483 iwn_ampdu_rx_stop(struct ieee80211_node *ni, struct ieee80211_rx_ampdu *rap) in iwn_ampdu_rx_stop() argument 7499 if (&ni->ni_rx_ampdu[tid] == rap) in iwn_ampdu_rx_stop() 7511 sc->sc_ampdu_rx_stop(ni, rap); in iwn_ampdu_rx_stop()
|
/freebsd/share/dict/ |
H A D | web2a | 45957 rap-full 45973 rap shot 47646 rip-rap
|
H A D | web2 | 163321 rap
|