Searched refs:addr_ptr (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/sys/rpc/ |
| H A D | rpcb_clnt.c | 1146 xdrres, resp, tout, addr_ptr) 1155 const struct netbuf *addr_ptr; /* Preallocated netbuf address */ 1184 if ((stat == RPC_SUCCESS) && (addr_ptr != NULL)) { 1191 ((struct netbuf *) addr_ptr)->len = 0; 1194 if (na->len > addr_ptr->maxlen) { 1200 ((struct netbuf *) addr_ptr)->len = 0; 1203 memcpy(addr_ptr->buf, na->buf, (size_t)na->len); 1205 ((struct netbuf *)addr_ptr)->len = na->len;
|
| H A D | rpcb_prot.h | 397 char *addr_ptr; /* remote universal address */
|
| /freebsd-13.1/lib/libc/rpc/ |
| H A D | rpcb_clnt.c | 1110 const struct netbuf *addr_ptr) in rpcb_rmtcall() argument 1139 if ((stat == RPC_SUCCESS) && (addr_ptr != NULL)) { in rpcb_rmtcall() 1146 ((struct netbuf *) addr_ptr)->len = 0; in rpcb_rmtcall() 1149 if (na->len > addr_ptr->maxlen) { in rpcb_rmtcall() 1155 ((struct netbuf *) addr_ptr)->len = 0; in rpcb_rmtcall() 1158 memcpy(addr_ptr->buf, na->buf, (size_t)na->len); in rpcb_rmtcall() 1160 ((struct netbuf *)addr_ptr)->len = na->len; in rpcb_rmtcall()
|
| /freebsd-13.1/include/rpc/ |
| H A D | rpcb_prot.x | 459 % char *addr_ptr; /* remote universal address */
|
| /freebsd-13.1/sys/contrib/ncsw/inc/flib/ |
| H A D | fsl_fman_tgec.h | 449 void fman_tgec_add_addr_in_paddr(struct tgec_regs *regs, uint8_t *addr_ptr);
|
| /freebsd-13.1/sys/netpfil/ipfw/ |
| H A D | ip_fw_table_algo.c | 357 struct sockaddr *addr_ptr; member 696 tb->addr_ptr = addr; in ta_prepare_add_radix() 726 rn = rnh->rnh_lookup(tb->addr_ptr, tb->mask_ptr, &rnh->rh); in ta_add_radix() 750 rn = rnh->rnh_addaddr(tb->addr_ptr, tb->mask_ptr, &rnh->rh,tb->ent_ptr); in ta_add_radix() 797 tb->addr_ptr = addr; in ta_prepare_del_radix() 821 rn = rnh->rnh_deladdr(tb->addr_ptr, tb->mask_ptr, &rnh->rh); in ta_del_radix()
|
| /freebsd-13.1/sys/netinet/ |
| H A D | sctp_asconf.c | 2681 caddr_t addr_ptr; in sctp_compose_asconf() local 2699 addr_ptr = (caddr_t)&((struct sockaddr_in6 *) in sctp_compose_asconf() 2710 addr_ptr = (caddr_t)&((struct sockaddr_in *) in sctp_compose_asconf() 2723 memcpy(lookup->addr, addr_ptr, addr_size); in sctp_compose_asconf()
|
| /freebsd-13.1/lib/libc/net/ |
| H A D | getaddrinfo.c | 2192 struct addr_ptr { struct 2201 struct addr_ptr *addrs, addr; in addr4sort() argument 2213 if ((addrs = malloc(sizeof(struct addr_ptr) * naddrs)) == NULL) in addr4sort()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBTarget.cpp | 2084 Address *addr_ptr = base_addr.get(); in ReadInstructions() local 2086 if (addr_ptr) { in ReadInstructions() 2093 target_sp->ReadMemory(*addr_ptr, data.GetBytes(), data.GetByteSize(), in ReadInstructions() 2097 target_sp->GetArchitecture(), nullptr, flavor_string, *addr_ptr, in ReadInstructions()
|
| /freebsd-13.1/contrib/wpa/wpa_supplicant/ |
| H A D | ctrl_iface.c | 6946 u8 addr[ETH_ALEN], *addr_ptr, group_capab; in p2p_ctrl_peer() local 6958 addr_ptr = NULL; in p2p_ctrl_peer() 6963 addr_ptr = addr; in p2p_ctrl_peer() 6968 addr_ptr = addr; in p2p_ctrl_peer() 6972 info = p2p_get_peer_info(wpa_s->global->p2p, addr_ptr, next); in p2p_ctrl_peer()
|