HomeSort by: relevance | last modified time | path
    Searched refs:ip_address (Results 1 - 15 of 15) sorted by relevancy

  /src/external/mpl/dhcp/dist/dhcpctl/
cltest2.c 91 char* ip_address = "127.0.0.1"; local
99 ip_address = argv[i];
113 status = dhcpctl_connect (&connection, ip_address, port, 0);
159 status = dhcpctl_connect (&connection, ip_address, port, 0);
178 status = dhcpctl_timed_connect (&connection, ip_address, port, 0, &timeout);
184 status = dhcpctl_timed_connect (&connection, ip_address, port, 0,
  /src/external/mpl/bind/dist/bin/tests/system/zero/ans5/
ans.py 37 self._ip_address = ipaddress.ip_address("192.0.2.0")
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
dns-msg.h 413 void dns_rdata_a_to_wire_(dns_towire_state_t *NONNULL txn, const char *NONNULL ip_address, int line);
414 #define dns_rdata_a_to_wire(txn, ip_address) dns_rdata_a_to_wire_(txn, ip_address, __LINE__)
416 void dns_rdata_aaaa_to_wire_(dns_towire_state_t *NONNULL txn, const char *NONNULL ip_address, int line);
417 #define dns_rdata_aaaa_to_wire(txn, ip_address) dns_rdata_aaaa_to_wire_(txn, ip_address, __LINE__)
macos-ioloop.c 1286 ioloop_udp_listener_setup(comm_t *listener, const addr_t *ip_address, uint16_t port, const char *launchd_name, int ifindex)
1288 sa_family_t family = (ip_address != NULL) ? ip_address->sa.sa_family : AF_UNSPEC;
1462 const addr_t *ip_address, const char *multicast, const char *name,
1468 int family = (ip_address != NULL) ? ip_address->sa.sa_family : AF_UNSPEC;
1473 if (ip_address == NULL) {
1476 port = (family == AF_INET) ? ntohs(ip_address->sin.sin_port) : ntohs(ip_address->sin6.sin6_port);
1492 if (ip_address == NULL)
    [all...]
towire.c 350 dns_rdata_a_to_wire_(dns_towire_state_t *NONNULL txn, const char *NONNULL ip_address, int line)
359 if (!inet_pton(AF_INET, ip_address, txn->p)) {
369 dns_rdata_aaaa_to_wire_(dns_towire_state_t *NONNULL txn, const char *NONNULL ip_address, int line)
378 if (!inet_pton(AF_INET6, ip_address, txn->p)) {
ioloop.c 1172 const addr_t *ip_address, const char *multicast, const char *name,
1183 int family = (ip_address != NULL) ? ip_address->sa.sa_family : AF_UNSPEC;
1214 if (ip_address == NULL || family == AF_LOCAL) {
1217 port = (family == AF_INET) ? ip_address->sin.sin_port : ip_address->sin6.sin6_port;
1218 listener->address = *ip_address;
ioloop.h 307 int num_avoid_ports, const addr_t *NULLABLE ip_address,
  /src/external/bsd/tcpdump/dist/
print-hncp.c 758 const char *ip_address; local
764 ip_address = format_ip6addr(ndo, value + 4);
767 ip_address
775 const char *ip_address; local
781 ip_address = format_ip6addr(ndo, value);
783 ip_address,
  /src/external/bsd/nsd/dist/contrib/bind2nsd/bind2nsd/
NsdConf.py 216 self.ip_address = config.getValue('ip-address')
231 print >> ofile, ' ip-address: %s' % (self.ip_address)
248 iplist = self.ip_address.split()
283 self.ip_address = quad
287 return self.ip_address
  /src/external/bsd/ntp/dist/ntpd/
ntp_parser.y 328 %type <Address_node> ip_address
462 : ip_address
467 ip_address
893 | T_Delrestrict ip_address restrict_mask
902 | T_Delrestrict T_Source ip_address
919 | T_Mask ip_address
1356 | T_Trap ip_address trap_option_list
1514 | T_Interface ip_address
  /src/external/bsd/nsd/dist/
configparser.y 63 %type <ip> ip_address
269 VAR_IP_ADDRESS ip_address
656 | VAR_METRICS_INTERFACE ip_address
817 | VAR_CONTROL_INTERFACE ip_address
1234 | VAR_IP_ADDRESS ip_address
1301 ip_address: label
nsd-checkconf.c 403 SERV_GET_IP(ip_address, ip_addresses, o);
  /src/sys/arch/shark/ofw/
ofw.c 455 bdp->ip_address = bdp->dhcp_packet.yiaddr;
456 ip = ip2dotted(bdp->ip_address);
480 if (bdp->ip_address.s_addr == 0 &&
484 if (dotted2ip(bootjunkv, &bdp->ip_address.s_addr) == 0)
485 bdp->ip_address.s_addr = 0;
  /src/external/mpl/bind/dist/bin/tests/system/isctest/
asyncserver.py 201 for ip_address in self._ip_addresses:
204 (ip_address, self._port),
210 for ip_address in self._ip_addresses:
212 self._tcp_handler, host=ip_address, port=self._port
  /src/external/mpl/dhcp/dist/server/
mdb.c 744 struct iaddr ip_address; local
762 ip_address.len = 4;
763 memcpy (ip_address.iabuf,
765 if (find_grouped_subnet (sp, share, ip_address, MDL)) {
767 *addr = ip_address;

Completed in 27 milliseconds