HomeSort by: relevance | last modified time | path
    Searched refs:iaddr (Results 1 - 25 of 39) sorted by relevancy

1 2

  /src/external/mpl/dhcp/dist/includes/
inet.h 33 struct iaddr { struct
40 struct iaddr addr;
47 * struct iaddr to hold the mask; while using an unsigned (byte!) to
56 struct iaddr addr;
57 struct iaddr mask;
73 struct iaddr lo_addr;
ctrace.h 40 struct iaddr from;
48 struct iaddr from;
49 struct iaddr to;
60 struct iaddr, struct hardware *);
dhcpd.h 434 struct iaddr client_addr;
567 struct iaddr ip_addr;
681 struct iaddr from;
981 /* XXXSK: fixed_addr should be an array of iaddr values,
1079 struct iaddr interface_address;
1080 struct iaddr net;
1081 struct iaddr netmask;
1144 struct iaddr address; /* Address being leased. */
1154 struct iaddr next_srv_addr; /* Address of the next server to use */
1160 struct iaddr address
    [all...]
  /src/external/mpl/dhcp/dist/common/
inet.c 39 struct iaddr subnet_number (addr, mask)
40 struct iaddr addr;
41 struct iaddr mask;
44 struct iaddr rv;
68 struct iaddr ip_addr (subnet, mask, host_address)
69 struct iaddr subnet;
70 struct iaddr mask;
75 struct iaddr rv;
89 return a zero-length iaddr structure. */
117 struct iaddr broadcast_addr (subnet, mask
    [all...]
resolv.c 104 struct iaddr iaddr; local
106 parse_ip_addr (cfile, &iaddr);
112 iaddr.iabuf, iaddr.len))
119 piaddr (iaddr));
123 iaddr.iabuf, iaddr.len);
icmp.c 54 void (*handler) (struct iaddr, u_int8_t *, int);
134 struct iaddr *addr;
219 struct iaddr ia;
276 struct iaddr *ia;
278 ia = (struct iaddr *)buf;
290 struct iaddr ia;
ctrace.c 60 struct iaddr addr;
152 struct iaddr from,
discover.c 57 int (*dhcp_interface_setup_hook) (struct interface_info *, struct iaddr *);
78 struct iaddr, struct hardware *);
83 int, const struct iaddr *,
669 struct iaddr addr;
697 struct iaddr addr;
1073 (struct iaddr *)0);
1101 struct iaddr ifrom;
1175 struct iaddr ifrom;
options.c 1821 struct iaddr iaddr; local
2209 iaddr.len = 4;
2210 memcpy(iaddr.iabuf, dp, 4);
2211 strcpy(op, piaddr(iaddr));
2215 iaddr.len = 16;
2216 memcpy(iaddr.iabuf, dp, 16);
2217 strcpy(op, piaddr(iaddr));
4017 struct iaddr from;
4125 int len, int from_port, const struct iaddr *from
    [all...]
  /src/usr.sbin/bootp/common/
bootpd.h 108 iaddr :1, member in struct:flag
191 iaddr,
190 iaddr, member in struct:host
readfile.c 408 if (hp->flags.iaddr == 0) {
413 hp->iaddr.s_addr = value;
414 hp->flags.iaddr = TRUE;
419 if (lookup_netmask(hp->iaddr.s_addr, &value)) {
427 if (hp->flags.iaddr) {
444 if (hp->flags.iaddr) {
445 hashcode = hash_HashFunction((u_char *) & (hp->iaddr.s_addr), 4);
944 PARSE_IA1(iaddr);
1381 if (((host1->iaddr.s_addr) & (host1->subnet_mask.s_addr)) !=
1382 ((host2->iaddr.s_addr) & (host2->subnet_mask.s_addr))
    [all...]
dumptab.c 197 if (hp->flags.iaddr) {
198 fprintf(fp, "\\\n\t:ip=%s:", inet_ntoa(hp->iaddr));
  /src/external/bsd/libbind/dist/irs/
irp.c 156 struct sockaddr_in iaddr; local
174 memset(&iaddr, 0, sizeof iaddr);
199 addr = (struct sockaddr *)&iaddr;
200 socklen = sizeof iaddr;
202 iaddr.sin_len = socklen;
204 iaddr.sin_family = AF_INET;
205 iaddr.sin_port = htons(IRPD_PORT);
206 iaddr.sin_addr.s_addr = ipaddr;
  /src/sys/arch/macppc/pci/
pci_machdep.c 169 } iaddr; local
260 iaddr.phys_hi = addr[0].phys_hi;
261 iaddr.phys_mid = addr[0].phys_mid;
262 iaddr.phys_lo = addr[0].phys_lo;
267 len = OF_getprop(node, "interrupts", &iaddr.icells[0],
271 len = find_node_intr(node, &iaddr.phys_hi, irqs);
  /src/regress/sys/fs/lfs/ckckp/
check-all 388 $iaddr = $cleansz + $segtabsz + int ($i / $ifpb);
389 $iblk{$iaddr} = 1;
390 $why{$iaddr} .= " $i";
  /src/tests/lib/libc/sys/
t_stat.c 332 uint32_t iaddr; local
345 ATF_REQUIRE(inet_pton(AF_INET, "127.0.0.1", &iaddr) == 1);
349 addr.sin_addr.s_addr = iaddr;
  /src/external/mpl/dhcp/dist/server/
dhcpv6.c 141 struct iaddr *addr);
143 struct iaddr *addr);
146 struct iaddr *addr);
152 struct iaddr *addr);
188 struct iaddr* iaddr);
1466 struct iaddr ia;
2056 struct iaddr tmp_addr;
2461 struct iaddr tmp_addr;
2783 address_is_owned(struct reply_state *reply, struct iaddr *addr)
7826 struct iaddr iaddr; local
8251 struct iaddr iaddr; local
    [all...]
confpars.c 2764 struct iaddr iaddr; local
2798 memcpy (iaddr.iabuf, addr, len);
2799 iaddr.len = len;
2800 subnet -> net = iaddr;
2815 memcpy (iaddr.iabuf, addr, len);
2816 iaddr.len = len;
2817 subnet -> netmask = iaddr;
2859 struct iaddr iaddr;
    [all...]
dhcpd.c 68 struct iaddr server_identifier;
1545 struct iaddr from;
1616 int dhcpd_interface_setup_hook (struct interface_info *ip, struct iaddr *ia)
  /src/external/gpl3/gdb/dist/gdb/
rs6000-tdep.c 6723 ULONGEST iaddr = 0;
6732 + PPC_RA (insn_suffix), &iaddr);
6736 iaddr = addr; /* PC relative */
6761 iaddr += P_PPC_D (insn_prefix, insn_suffix);
6762 record_full_arch_list_add_mem (iaddr, size);
7366 ULONGEST iaddr = 0;
7371 &iaddr);
7373 iaddr += PPC_D (insn);
7374 record_full_arch_list_add_mem (iaddr, 4 * (32 - PPC_RS (insn)));
7392 ULONGEST iaddr = 0
6719 ULONGEST iaddr = 0; local
7362 ULONGEST iaddr = 0; local
7388 ULONGEST iaddr = 0; local
7461 ULONGEST iaddr = 0; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
rs6000-tdep.c 6724 ULONGEST iaddr = 0;
6733 + PPC_RA (insn_suffix), &iaddr);
6737 iaddr = addr; /* PC relative */
6762 iaddr += P_PPC_D (insn_prefix, insn_suffix);
6763 record_full_arch_list_add_mem (iaddr, size);
7367 ULONGEST iaddr = 0;
7372 &iaddr);
7374 iaddr += PPC_D (insn);
7375 record_full_arch_list_add_mem (iaddr, 4 * (32 - PPC_RS (insn)));
7393 ULONGEST iaddr = 0
6720 ULONGEST iaddr = 0; local
7363 ULONGEST iaddr = 0; local
7389 ULONGEST iaddr = 0; local
7462 ULONGEST iaddr = 0; local
    [all...]
  /src/sys/dev/pci/
sv.c 231 uint8_t iaddr; local
233 iaddr = reg & SV_IADDR_MASK;
235 iaddr |= SV_IADDR_MCE;
237 sv_write(sc, SV_CODEC_IADDR, iaddr);
  /src/usr.sbin/bootp/bootpd/
bootpd.c 687 (bp->bp_yiaddr).s_addr = hp->iaddr.s_addr;
698 dummyhost.iaddr.s_addr = bp->bp_ciaddr.s_addr;
712 report(LOG_INFO, "found %s (%s)", inet_ntoa(hp->iaddr),
  /src/external/gpl3/gdb/dist/sim/d10v/
interp.c 929 uint8_t *iaddr; local
933 iaddr = imem_addr (sd, cpu, (uint32_t)PC << 2);
935 inst = get_longword( iaddr );
  /src/external/gpl3/gdb.old/dist/sim/d10v/
interp.c 929 uint8_t *iaddr; local
933 iaddr = imem_addr (sd, cpu, (uint32_t)PC << 2);
935 inst = get_longword( iaddr );

Completed in 63 milliseconds

1 2