Symbol: iaddr
crypto/krb5/src/lib/apputils/udppktinfo.c
68
struct in_addr iaddr;
libexec/bootpd/bootpd.c
704
(bp->bp_yiaddr).s_addr = hp->iaddr.s_addr;
libexec/bootpd/bootpd.c
715
dummyhost.iaddr.s_addr = bp->bp_ciaddr.s_addr;
libexec/bootpd/bootpd.c
729
report(LOG_INFO, "found %s (%s)", inet_ntoa(hp->iaddr),
libexec/bootpd/bootpd.h
106
iaddr :1,
libexec/bootpd/bootpd.h
188
iaddr,
libexec/bootpd/dumptab.c
190
if (hp->flags.iaddr) {
libexec/bootpd/dumptab.c
191
fprintf(fp, "\\\n\t:ip=%s:", inet_ntoa(hp->iaddr));
libexec/bootpd/readfile.c
1361
if (((host1->iaddr.s_addr) & (host1->subnet_mask.s_addr)) !=
libexec/bootpd/readfile.c
1362
((host2->iaddr.s_addr) & (host2->subnet_mask.s_addr)))
libexec/bootpd/readfile.c
2022
return (host1->iaddr.s_addr == host2->iaddr.s_addr);
libexec/bootpd/readfile.c
397
if (hp->flags.iaddr == 0) {
libexec/bootpd/readfile.c
402
hp->iaddr.s_addr = value;
libexec/bootpd/readfile.c
403
hp->flags.iaddr = TRUE;
libexec/bootpd/readfile.c
408
if (lookup_netmask(hp->iaddr.s_addr, &value)) {
libexec/bootpd/readfile.c
416
if (hp->flags.iaddr) {
libexec/bootpd/readfile.c
433
if (hp->flags.iaddr) {
libexec/bootpd/readfile.c
434
hashcode = hash_HashFunction((u_char *) & (hp->iaddr.s_addr), 4);
libexec/bootpd/readfile.c
929
PARSE_IA1(iaddr);
sbin/dhclient/clparse.c
695
struct iaddr ip_addr;
sbin/dhclient/clparse.c
936
struct iaddr addr;
sbin/dhclient/dhclient.c
106
static struct iaddr iaddr_broadcast = { 4, { 255, 255, 255, 255 } };
sbin/dhclient/dhclient.c
203
static struct iaddr defaddr = { .len = 4 };
sbin/dhclient/dhclient.c
2142
struct iaddr netmask, subnet, broadcast;
sbin/dhclient/dhclient.c
238
struct iaddr a;
sbin/dhclient/dhcpd.h
102
struct iaddr addr;
sbin/dhclient/dhcpd.h
111
struct iaddr client_addr;
sbin/dhclient/dhcpd.h
126
struct iaddr address;
sbin/dhclient/dhcpd.h
127
struct iaddr nextserver;
sbin/dhclient/dhcpd.h
183
struct iaddr destination;
sbin/dhclient/dhcpd.h
191
struct iaddr requested_address;
sbin/dhclient/dhcpd.h
263
int, unsigned int, struct iaddr, struct hardware *);
sbin/dhclient/dhcpd.h
288
int parse_ip_addr(FILE *, struct iaddr *);
sbin/dhclient/dhcpd.h
317
struct dhcp_packet *, int, unsigned int, struct iaddr, struct hardware *);
sbin/dhclient/dhcpd.h
355
struct iaddr subnet_number(struct iaddr, struct iaddr);
sbin/dhclient/dhcpd.h
356
struct iaddr broadcast_addr(struct iaddr, struct iaddr);
sbin/dhclient/dhcpd.h
357
int addr_eq(struct iaddr, struct iaddr);
sbin/dhclient/dhcpd.h
358
char *piaddr(struct iaddr);
sbin/dhclient/dispatch.c
261
struct iaddr ifrom;
sbin/dhclient/dispatch.c
68
struct iaddr, struct hardware *);
sbin/dhclient/inet.c
103
piaddr(struct iaddr addr)
sbin/dhclient/inet.c
53
struct iaddr
sbin/dhclient/inet.c
54
subnet_number(struct iaddr addr, struct iaddr mask)
sbin/dhclient/inet.c
56
struct iaddr rv;
sbin/dhclient/inet.c
76
struct iaddr
sbin/dhclient/inet.c
77
broadcast_addr(struct iaddr subnet, struct iaddr mask)
sbin/dhclient/inet.c
79
struct iaddr rv;
sbin/dhclient/inet.c
95
addr_eq(struct iaddr addr1, struct iaddr addr2)
sbin/dhclient/options.c
870
int len, unsigned int from_port, struct iaddr from, struct hardware *hfrom)
sbin/dhclient/parse.c
144
parse_ip_addr(FILE *cfile, struct iaddr *addr)
sys/dev/ipmi/ipmi.c
340
struct ipmi_ipmb_addr *iaddr = (struct ipmi_ipmb_addr *)&addr;
sys/dev/ipmi/ipmi.c
345
kreq->ir_request[0] = iaddr->channel;
sys/dev/ipmi/ipmi.c
346
kreq->ir_request[1] = iaddr->slave_addr;
sys/dev/ipmi/ipmi.c
347
kreq->ir_request[2] = IPMI_ADDR(req->msg.netfn, iaddr->lun);
usr.sbin/ypset/ypset.c
60
struct in_addr iaddr;
usr.sbin/ypset/ypset.c
73
if (inet_aton(server, &iaddr) == 0) {
usr.sbin/ypset/ypset.c
77
memmove(&iaddr.s_addr, hp->h_addr, sizeof(iaddr.s_addr));
usr.sbin/ypset/ypset.c
80
bcopy(&iaddr.s_addr, &ypsd.ypsetdom_binding.ypbind_binding_addr,