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

/freebsd-13-stable/contrib/ofed/libibmad/
H A Dresolve.c142 int ib_resolve_portid_str_via(ib_portid_t * portid, char *addr_str, argument
157 lid = strtol(addr_str, 0, 0);
165 if (str2drpath(&portid->drpath, addr_str, 0, 0) < 0) {
172 if (!(guid = strtoull(addr_str, 0, 0))) {
181 lid = strtol(addr_str, &routepath, 0);
200 if (inet_pton(AF_INET6, addr_str, &gid) <= 0)
211 int ib_resolve_portid_str(ib_portid_t * portid, char *addr_str, argument
214 return ib_resolve_portid_str_via(portid, addr_str, dest_type,
H A Dmad.h1728 MAD_EXPORT int ib_resolve_portid_str(ib_portid_t * portid, char *addr_str,
1743 MAD_EXPORT int ib_resolve_portid_str_via(ib_portid_t * portid, char *addr_str,
/freebsd-13-stable/sys/tests/fib_lookup/
H A Dfib_lookup.c76 add_addr(int family, char *addr_str) argument
84 if (inet_pton(AF_INET, addr_str, &addr) != 1)
98 inet_ntop(AF_INET, &addr, addr_str, sizeof(addr_str));
104 if (inet_pton(AF_INET6, addr_str, &addr6) != 1)
118 inet_ntop(AF_INET6, &addr6, addr_str, sizeof(addr_str));
127 char addr_str[INET6_ADDRSTRLEN]; local
130 bzero(addr_str, sizeof(addr_str));
[all...]
/freebsd-13-stable/contrib/ofed/infiniband-diags/src/
H A Dibdiag_common.h156 char *addr_str, enum MAD_DEST dest_type,
H A Dibdiag_common.c689 char *addr_str, enum MAD_DEST dest_type,
703 lid = strtol(addr_str, 0, 0);
709 if (str2drpath(&portid->drpath, addr_str, 0, 0) < 0)
714 if (!(guid = strtoull(addr_str, 0, 0)))
722 lid = strtol(addr_str, &routepath, 0);
738 if (inet_pton(AF_INET6, addr_str, &gid) <= 0)
688 resolve_portid_str(char *ca_name, uint8_t ca_port, ib_portid_t * portid, char *addr_str, enum MAD_DEST dest_type, ib_portid_t *sm_id, const struct ibmad_port *srcport) argument
/freebsd-13-stable/crypto/heimdal/appl/rsh/
H A Drshd.c381 char addr_str[256]; local
385 addr_str, sizeof(addr_str)) == NULL)
386 strlcpy (addr_str, "unknown address",
387 sizeof(addr_str));
392 addr_str,
H A Drsh.c612 char addr_str[256]; local
618 addr_str, sizeof(addr_str));
622 addr_str, sizeof(addr_str));
/freebsd-13-stable/sys/contrib/octeon-sdk/
H A Dcvmx-llm.c85 static uint32_t process_address_map_str(uint32_t mrs_dat, char *addr_str);
661 static uint32_t process_address_map_str(uint32_t mrs_dat, char *addr_str) argument
667 // cvmx_dprintf("mrs_dat: 0x%x, str: %x\n", mrs_dat, addr_str);
668 char *charptr = strtok(addr_str," ");
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp239 std::string addr_str = addr->str(); local
241 int fd = llvm::sys::RetryAfterSignal(-1, ::open, addr_str.c_str(), O_RDWR);
/freebsd-13-stable/crypto/heimdal/appl/ftp/ftp/
H A Dftp.c1328 char addr_str[256]; local
1333 addr_str, sizeof(addr_str)) == NULL)
1354 inet_af, addr_str,
/freebsd-13-stable/sys/dev/ocs_fc/
H A Docs_mgmt.c567 char addr_str[80]; local
584 if (ocs_copy_from_user(addr_str, arg_in, arg_in_length)) {
589 target_addr = (uintptr_t)ocs_strtoul(addr_str, NULL, 0);
590 /* addr_str must be the physical address of a buffer that was reported
/freebsd-13-stable/sys/contrib/rdma/krping/
H A Dkrping.c224 char *addr_str; /* dst addr string */ member in struct:krping_cb
2022 cb->addr_str = optarg;
2032 cb->addr_str = optarg;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2259 llvm::StringRef addr_str, bytes_str;
2260 std::tie(addr_str, bytes_str) = value.split('=');
2261 if (!addr_str.empty() && !bytes_str.empty()) {
2263 if (!addr_str.getAsInteger(0, mem_cache_addr)) {

Completed in 148 milliseconds