| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-ipd.c | 123 …ipd_pwp_ptr_fifo_ctl.s.raddr = ipd_pwp_ptr_fifo_ctl.s.max_cnts + (ipd_pwp_ptr_fifo_ctl.s.wraddr+i)… in __cvmx_ipd_free_ptr_v1() 150 ipd_prc_port_ptr_fifo_ctl.s.raddr = i % ipd_prc_port_ptr_fifo_ctl.s.max_pkt; in __cvmx_ipd_free_ptr_v1() 168 …ipd_prc_hold_ptr_fifo_ctl.s.raddr = (ipd_prc_hold_ptr_fifo_ctl.s.praddr + i) % ipd_prc_hold_ptr_fi… in __cvmx_ipd_free_ptr_v1() 185 …ipd_pwp_ptr_fifo_ctl.s.raddr = (ipd_pwp_ptr_fifo_ctl.s.praddr+i) % ipd_pwp_ptr_fifo_ctl.s.max_cnts; in __cvmx_ipd_free_ptr_v1() 230 …ipd_free_ptr_fifo_ctl.s.raddr = ipd_free_ptr_fifo_ctl.s.max_cnts + (ipd_free_ptr_fifo_ctl.s.wraddr… in __cvmx_ipd_free_ptr_v2() 255 ipd_port_ptr_fifo_ctl.s.raddr = i % ipd_port_ptr_fifo_ctl.s.max_pkt; in __cvmx_ipd_free_ptr_v2() 271 …ipd_hold_ptr_fifo_ctl.s.raddr = (ipd_hold_ptr_fifo_ctl.s.praddr + i) % ipd_hold_ptr_fifo_ctl.s.max… in __cvmx_ipd_free_ptr_v2() 288 …ipd_free_ptr_fifo_ctl.s.raddr = (ipd_free_ptr_fifo_ctl.s.praddr+i) % ipd_free_ptr_fifo_ctl.s.max_c… in __cvmx_ipd_free_ptr_v2()
|
| H A D | cvmx-ipd-defs.h | 1643 uint64_t raddr : 8; /**< Sets the address to read from in the pwp_fifo. member 1649 uint64_t raddr : 8; 1707 uint64_t raddr : 3; /**< Sets the address to read from in the holding. member 1711 uint64_t raddr : 3; 2638 uint64_t raddr : 7; /**< Sets the address to read from in the reasm-id member 2642 uint64_t raddr : 7; 2806 uint64_t raddr : 3; /**< Sets the address to read from in the holding. member 2810 uint64_t raddr : 3; 2858 uint64_t raddr : 7; /**< Sets the address to read from in the port member 2862 uint64_t raddr : 7; [all …]
|
| /f-stack/freebsd/netpfil/pf/ |
| H A D | pf_lb.c | 318 struct pf_addr *raddr = NULL, *rmask = NULL; in pf_map_addr() local 334 if (PF_AEQ(naddr, &(*sn)->raddr, af)) in pf_map_addr() 337 PF_ACPY(naddr, &(*sn)->raddr, af); in pf_map_addr() 360 raddr = &rpool->cur->addr.p.dyn->pfid_addr4; in pf_map_addr() 370 raddr = &rpool->cur->addr.p.dyn->pfid_addr6; in pf_map_addr() 379 raddr = &rpool->cur->addr.v.a.addr; in pf_map_addr() 385 PF_ACPY(naddr, raddr, af); in pf_map_addr() 388 PF_POOLMASK(naddr, raddr, rmask, saddr, af); in pf_map_addr() 497 raddr = &rpool->cur->addr.v.a.addr; in pf_map_addr() 499 PF_ACPY(&rpool->counter, raddr, af); in pf_map_addr() [all …]
|
| H A D | pf.h | 581 struct pf_addr raddr; member
|
| H A D | pf.c | 3041 pf_poolmask(struct pf_addr *naddr, struct pf_addr *raddr, in pf_poolmask() argument 3047 naddr->addr32[0] = (raddr->addr32[0] & rmask->addr32[0]) | in pf_poolmask() 3052 naddr->addr32[0] = (raddr->addr32[0] & rmask->addr32[0]) | in pf_poolmask() 3054 naddr->addr32[1] = (raddr->addr32[1] & rmask->addr32[1]) | in pf_poolmask() 3056 naddr->addr32[2] = (raddr->addr32[2] & rmask->addr32[2]) | in pf_poolmask() 3058 naddr->addr32[3] = (raddr->addr32[3] & rmask->addr32[3]) | in pf_poolmask() 3831 PF_ACPY(&nsn->raddr, &nk->addr[1], pd->af); in pf_create_state()
|
| H A D | pf_ioctl.c | 1169 bcopy(&in->raddr, &out->raddr, sizeof(struct pf_addr)); in pf_src_node_copy() 4383 &sn->raddr, sn->af)) { in pf_kill_srcnodes()
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw_nat.c | 72 struct in_addr raddr; /* remote ip address */ member 208 r->raddr = ser_r->raddr; in add_redir_spool_cfg() 233 r->laddr, htons(r->lport + i), r->raddr, in add_redir_spool_cfg() 244 r->raddr, r->paddr, r->proto); in add_redir_spool_cfg() 737 ser_r->raddr = r->raddr; in nat44_get_cfg() 900 struct in_addr raddr; member 971 urdir->raddr = rdir->raddr; in ipfw_nat_cfg() 1071 ser_r->raddr = r->raddr; in ipfw_nat_get_cfg()
|
| /f-stack/freebsd/vm/ |
| H A D | redzone.c | 100 redzone_setup(caddr_t raddr, u_long nsize) in redzone_setup() argument 107 haddr = raddr + redzone_roundup(nsize) - REDZONE_HSIZE; in redzone_setup()
|
| H A D | redzone.h | 37 void *redzone_setup(caddr_t raddr, u_long nsize);
|
| /f-stack/tools/ipfw/ |
| H A D | nat.c | 504 if (StrToAddrAndPortRange(**av, &r->raddr, protoName, in setup_redir_port() 511 StrToAddr(**av, &r->raddr); in setup_redir_port() 517 r->raddr.s_addr = INADDR_ANY; in setup_redir_port() 615 r->raddr.s_addr = INADDR_ANY; in setup_redir_proto() 627 StrToAddr(**av, &r->raddr); in setup_redir_proto() 739 if (t->raddr.s_addr) { in nat_show_cfg() 740 printf(" %s", inet_ntoa(t->raddr)); in nat_show_cfg() 755 if (t->raddr.s_addr) in nat_show_cfg() 756 printf(" %s", inet_ntoa(t->raddr)); in nat_show_cfg()
|
| /f-stack/dpdk/drivers/crypto/nitrox/ |
| H A D | nitrox_hal.c | 62 phys_addr_t raddr) in setup_nps_pkt_input_ring() argument 75 base_addr = raddr; in setup_nps_pkt_input_ring()
|
| H A D | nitrox_hal.h | 160 phys_addr_t raddr);
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | ip_fw.h | 481 struct in_addr raddr; /* remote ip address */ member 532 struct in_addr raddr; /* remote ip address */ member
|
| /f-stack/freebsd/netinet/ |
| H A D | ip_fw.h | 481 struct in_addr raddr; /* remote ip address */ member 532 struct in_addr raddr; /* remote ip address */ member
|
| H A D | sctp_output.c | 12541 union sctp_sockstore *raddr = (union sctp_sockstore *)addr; in sctp_lower_sosend() local 12543 switch (raddr->sa.sa_family) { in sctp_lower_sosend() 12546 if (raddr->sin.sin_len != sizeof(struct sockaddr_in)) { in sctp_lower_sosend() 12551 port = raddr->sin.sin_port; in sctp_lower_sosend() 12556 if (raddr->sin6.sin6_len != sizeof(struct sockaddr_in6)) { in sctp_lower_sosend() 12561 port = raddr->sin6.sin6_port; in sctp_lower_sosend()
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_ksocket.c | 668 ng_ID_t raddr; in ng_ksocket_rcvmsg() local 727 raddr = priv->response_addr = NGI_RETADDR(item); in ng_ksocket_rcvmsg() 753 raddr = priv->response_addr = NGI_RETADDR(item); in ng_ksocket_rcvmsg()
|
| H A D | netgraph.h | 1134 int ng_address_path(node_p here, item_p item, const char *address, ng_ID_t raddr);
|
| /f-stack/tools/compat/include/net/ |
| H A D | pfvar.h | 306 struct pf_addr raddr; member
|
| /f-stack/tools/compat/include/netgraph/ |
| H A D | netgraph.h | 1138 int ng_address_path(node_p here, item_p item, const char *address, ng_ID_t raddr);
|
| /f-stack/freebsd/net/ |
| H A D | pfvar.h | 418 struct pf_addr raddr; member
|
| /f-stack/dpdk/drivers/net/cxgbe/base/ |
| H A D | t4fw_interface.h | 459 __be16 raddr; member
|