Searched refs:iaddr (Results 1 - 16 of 16) sorted by relevance

/freebsd-13-stable/sbin/dhclient/
H A Dinet.c55 struct iaddr
56 subnet_number(struct iaddr addr, struct iaddr mask)
58 struct iaddr rv;
78 struct iaddr
79 broadcast_addr(struct iaddr subnet, struct iaddr mask)
81 struct iaddr rv;
97 addr_eq(struct iaddr addr1, struct iaddr addr
[all...]
H A Ddhcpd.h97 struct iaddr { struct
104 struct iaddr addr;
113 struct iaddr client_addr;
128 struct iaddr address;
129 struct iaddr nextserver;
183 struct iaddr destination;
191 struct iaddr requested_address;
264 int, unsigned int, struct iaddr, struct hardware *);
289 int parse_ip_addr(FILE *, struct iaddr *);
318 struct dhcp_packet *, int, unsigned int, struct iaddr, struc
[all...]
H A Ddispatch.c66 struct iaddr, struct hardware *);
123 struct iaddr addr;
267 struct iaddr ifrom;
H A Dclparse.c692 struct iaddr ip_addr;
933 struct iaddr addr;
H A Dparse.c146 parse_ip_addr(FILE *cfile, struct iaddr *addr)
H A Ddhclient.c107 static struct iaddr iaddr_broadcast = { 4, { 255, 255, 255, 255 } };
202 static struct iaddr defaddr = { .len = 4 };
237 struct iaddr a;
2110 struct iaddr netmask, subnet, broadcast;
/freebsd-13-stable/usr.sbin/ypset/
H A Dypset.c63 struct in_addr iaddr; local
76 if (inet_aton(server, &iaddr) == 0) {
80 memmove(&iaddr.s_addr, hp->h_addr, sizeof(iaddr.s_addr));
83 bcopy(&iaddr.s_addr, &ypsd.ypsetdom_binding.ypbind_binding_addr,
/freebsd-13-stable/usr.sbin/ntp/scripts/
H A Dntptrace41 $iaddr = inet_aton($host);
42 $name = (gethostbyaddr($iaddr, AF_INET))[0];
/freebsd-13-stable/libexec/bootpd/
H A Dbootpd.h108 iaddr :1, member in struct:flag
191 iaddr,
190 iaddr, member in struct:host
H A Dreadfile.c412 if (hp->flags.iaddr == 0) {
417 hp->iaddr.s_addr = value;
418 hp->flags.iaddr = TRUE;
423 if (lookup_netmask(hp->iaddr.s_addr, &value)) {
431 if (hp->flags.iaddr) {
448 if (hp->flags.iaddr) {
449 hashcode = hash_HashFunction((u_char *) & (hp->iaddr.s_addr), 4);
954 PARSE_IA1(iaddr);
1401 if (((host1->iaddr.s_addr) & (host1->subnet_mask.s_addr)) !=
1402 ((host2->iaddr
[all...]
H A Ddumptab.c204 if (hp->flags.iaddr) {
205 fprintf(fp, "\\\n\t:ip=%s:", inet_ntoa(hp->iaddr));
H A Dbootpd.c722 (bp->bp_yiaddr).s_addr = hp->iaddr.s_addr;
733 dummyhost.iaddr.s_addr = bp->bp_ciaddr.s_addr;
747 report(LOG_INFO, "found %s (%s)", inet_ntoa(hp->iaddr),
/freebsd-13-stable/contrib/sendmail/contrib/
H A Dsmcontrol.pl117 my $iaddr = inet_aton("localhost");
118 my $paddr = sockaddr_in($port, $iaddr);
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_stat.c332 uint32_t iaddr; local
348 ATF_REQUIRE(inet_pton(AF_INET, "127.0.0.1", &iaddr) == 1);
352 addr.sin_addr.s_addr = iaddr;
/freebsd-13-stable/contrib/tcpdump/
H A Dprint-isakmp.c656 union inaddr_u iaddr; member in struct:__anon6185
795 UNALIGNED_MEMCPY(&cookiecache[ninitiator].iaddr.in4, &ip->ip_src, sizeof(struct in_addr));
801 UNALIGNED_MEMCPY(&cookiecache[ninitiator].iaddr.in6, &ip6->ip6_src, sizeof(struct in6_addr));
825 if (UNALIGNED_MEMCMP(&ip->ip_src, &cookiecache[i].iaddr.in4, sizeof(struct in_addr)) == 0)
837 if (UNALIGNED_MEMCMP(&ip6->ip6_src, &cookiecache[i].iaddr.in6, sizeof(struct in6_addr)) == 0)
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A Dctrl_iface.c6502 const u8 *iaddr; local
6509 iaddr = p2p_group_get_client_interface_addr(wpa_s->p2p_group, dev_addr);
6510 if (!iaddr)
6512 res = os_snprintf(buf, buflen, MACSTR, MAC2STR(iaddr));

Completed in 259 milliseconds