/dports/net/turnserver/coturn-4.5.2/src/client/ |
H A D | ns_turn_ioaddr.c | 341 char addrtmp[INET6_ADDRSTRLEN]; in addr_to_string() local 344 inet_ntop(AF_INET, &addr->s4.sin_addr, addrtmp, INET_ADDRSTRLEN); in addr_to_string() 346 snprintf((char*)saddr, MAX_IOA_ADDR_STRING, "%s:%d", addrtmp, addr_get_port(addr)); in addr_to_string() 348 strncpy((char*)saddr, addrtmp, MAX_IOA_ADDR_STRING); in addr_to_string() 350 inet_ntop(AF_INET6, &addr->s6.sin6_addr, addrtmp, INET6_ADDRSTRLEN); in addr_to_string() 354 strncpy((char*)saddr, addrtmp, MAX_IOA_ADDR_STRING); in addr_to_string() 370 char addrtmp[MAX_IOA_ADDR_STRING]; in addr_to_string_no_port() local 373 inet_ntop(AF_INET, &addr->s4.sin_addr, addrtmp, INET_ADDRSTRLEN); in addr_to_string_no_port() 374 strncpy((char*)saddr, addrtmp, MAX_IOA_ADDR_STRING); in addr_to_string_no_port() 376 inet_ntop(AF_INET6, &addr->s6.sin6_addr, addrtmp, INET6_ADDRSTRLEN); in addr_to_string_no_port() [all …]
|
/dports/mail/dma/dma-430f3b59074d6303ce3eb4d9fcf16dcf3538ba31/ |
H A D | net.c | 468 char line[1000], *addrtmp = NULL, *to_addr; in deliver_to_host() local 562 if ((addrtmp = strdup(it->addr)) == NULL) { in deliver_to_host() 567 to_addr = strtok(addrtmp, ","); in deliver_to_host() 614 free(addrtmp); in deliver_to_host()
|
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/network/utils/ |
H A D | packetbb.cc | 2334 uint8_t* addrtmp = new uint8_t[GetAddressLength ()]; in Deserialize() local 2335 memset (addrtmp, 0, GetAddressLength ()); in Deserialize() 2340 start.Read (addrtmp, headlen); in Deserialize() 2349 start.Read (addrtmp + GetAddressLength () - taillen, taillen); in Deserialize() 2355 start.Read (addrtmp + headlen, GetAddressLength () - headlen - taillen); in Deserialize() 2356 AddressPushBack (DeserializeAddress (addrtmp)); in Deserialize() 2371 delete[] addrtmp; in Deserialize()
|
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/ |
H A D | ll_ftn.cpp | 1278 TMPS *addrtmp; in print_entry_subroutine() local 1282 addrtmp = make_tmps(); in print_entry_subroutine() 1283 print_tmp_name(addrtmp); in print_entry_subroutine() 1302 print_tmp_name(addrtmp); in print_entry_subroutine()
|
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/broadcom/b43/ |
H A D | main.c | 850 u32 addrtmp[2] = { 0, 0, }; in keymac_write() local 866 addrtmp[0] = addr[0]; in keymac_write() 867 addrtmp[0] |= ((u32) (addr[1]) << 8); in keymac_write() 868 addrtmp[0] |= ((u32) (addr[2]) << 16); in keymac_write() 869 addrtmp[0] |= ((u32) (addr[3]) << 24); in keymac_write() 870 addrtmp[1] = addr[4]; in keymac_write() 871 addrtmp[1] |= ((u32) (addr[5]) << 8); in keymac_write() 876 (index * 2) + 0, addrtmp[0]); in keymac_write() 878 (index * 2) + 1, addrtmp[1]); in keymac_write()
|
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/broadcom/b43/ |
H A D | main.c | 850 u32 addrtmp[2] = { 0, 0, }; in keymac_write() local 866 addrtmp[0] = addr[0]; in keymac_write() 867 addrtmp[0] |= ((u32) (addr[1]) << 8); in keymac_write() 868 addrtmp[0] |= ((u32) (addr[2]) << 16); in keymac_write() 869 addrtmp[0] |= ((u32) (addr[3]) << 24); in keymac_write() 870 addrtmp[1] = addr[4]; in keymac_write() 871 addrtmp[1] |= ((u32) (addr[5]) << 8); in keymac_write() 876 (index * 2) + 0, addrtmp[0]); in keymac_write() 878 (index * 2) + 1, addrtmp[1]); in keymac_write()
|
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/broadcom/b43/ |
H A D | main.c | 850 u32 addrtmp[2] = { 0, 0, }; in keymac_write() local 866 addrtmp[0] = addr[0]; in keymac_write() 867 addrtmp[0] |= ((u32) (addr[1]) << 8); in keymac_write() 868 addrtmp[0] |= ((u32) (addr[2]) << 16); in keymac_write() 869 addrtmp[0] |= ((u32) (addr[3]) << 24); in keymac_write() 870 addrtmp[1] = addr[4]; in keymac_write() 871 addrtmp[1] |= ((u32) (addr[5]) << 8); in keymac_write() 876 (index * 2) + 0, addrtmp[0]); in keymac_write() 878 (index * 2) + 1, addrtmp[1]); in keymac_write()
|
/dports/net/zerotier/ZeroTierOne-1.8.3/ |
H A D | one.cpp | 298 char addrtmp[256]; in cli() local 299 OSUtils::ztsnprintf(addrtmp,sizeof(addrtmp),"%s/%u",ip.c_str(),port); in cli() 300 addr = InetAddress(addrtmp); in cli()
|
/dports/security/tor/tor-0.4.6.8/src/app/config/ |
H A D | config.c | 6053 char *addrtmp = tor_strndup(addrport, strlen(addrport)-5); in port_parse_config() local 6055 if (tor_addr_port_lookup(addrtmp, &addr, &ptmp)<0 || ptmp) { in port_parse_config() 6058 tor_free(addrtmp); in port_parse_config() 6061 tor_free(addrtmp); in port_parse_config()
|
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/app/config/ |
H A D | config.c | 6152 char *addrtmp = tor_strndup(addrport, strlen(addrport)-5); in port_parse_config() local 6154 if (tor_addr_port_lookup(addrtmp, &addr, &ptmp)<0 || ptmp) { in port_parse_config() 6157 tor_free(addrtmp); in port_parse_config() 6160 tor_free(addrtmp); in port_parse_config()
|
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/ |
H A D | ChangeLog-2014 | 10409 * c-c++-common/addrtmp.c: Add bind_pic_locally option. 10786 * c-c++-common/addrtmp.c: New file.
|
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/ |
H A D | ChangeLog-2014 | 10409 * c-c++-common/addrtmp.c: Add bind_pic_locally option. 10786 * c-c++-common/addrtmp.c: New file.
|
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/ |
H A D | ChangeLog-2014 | 10409 * c-c++-common/addrtmp.c: Add bind_pic_locally option. 10786 * c-c++-common/addrtmp.c: New file.
|
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/ |
H A D | ChangeLog-2014 | 10409 * c-c++-common/addrtmp.c: Add bind_pic_locally option. 10786 * c-c++-common/addrtmp.c: New file.
|
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/ |
H A D | ChangeLog-2014 | 10409 * c-c++-common/addrtmp.c: Add bind_pic_locally option. 10786 * c-c++-common/addrtmp.c: New file.
|
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/ |
H A D | ChangeLog-2014 | 10409 * c-c++-common/addrtmp.c: Add bind_pic_locally option. 10786 * c-c++-common/addrtmp.c: New file.
|
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/ |
H A D | ChangeLog-2014 | 10409 * c-c++-common/addrtmp.c: Add bind_pic_locally option. 10786 * c-c++-common/addrtmp.c: New file.
|
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/ |
H A D | ChangeLog-2014 | 10409 * c-c++-common/addrtmp.c: Add bind_pic_locally option. 10786 * c-c++-common/addrtmp.c: New file.
|
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/ |
H A D | ChangeLog-2014 | 10409 * c-c++-common/addrtmp.c: Add bind_pic_locally option. 10786 * c-c++-common/addrtmp.c: New file.
|
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/ |
H A D | ChangeLog-2014 | 10409 * c-c++-common/addrtmp.c: Add bind_pic_locally option. 10786 * c-c++-common/addrtmp.c: New file.
|
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/ |
H A D | ChangeLog-2014 | 10409 * c-c++-common/addrtmp.c: Add bind_pic_locally option. 10786 * c-c++-common/addrtmp.c: New file.
|
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/ |
H A D | ChangeLog-2014 | 10409 * c-c++-common/addrtmp.c: Add bind_pic_locally option. 10786 * c-c++-common/addrtmp.c: New file.
|
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/ |
H A D | ChangeLog-2014 | 10409 * c-c++-common/addrtmp.c: Add bind_pic_locally option. 10786 * c-c++-common/addrtmp.c: New file.
|
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/ |
H A D | ChangeLog-2014 | 10409 * c-c++-common/addrtmp.c: Add bind_pic_locally option. 10786 * c-c++-common/addrtmp.c: New file.
|
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/ |
H A D | ChangeLog-2014 | 10409 * c-c++-common/addrtmp.c: Add bind_pic_locally option. 10786 * c-c++-common/addrtmp.c: New file.
|