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

  /src/usr.sbin/bootp/common/
bootpd.h 115 subnet_mask :1, member in struct:flag
194 subnet_mask;
193 subnet_mask; member in struct:host
dumptab.c 240 if (hp->flags.subnet_mask) {
241 fprintf(fp, "\\\n\t:sm=%s:", inet_ntoa(hp->subnet_mask));
244 fprintf(fp, "\\\n\t:sw=%s:", inet_ntoa(hp->subnet_mask));
readfile.c 418 if (hp->flags.subnet_mask == 0) {
422 hp->subnet_mask.s_addr = value;
423 hp->flags.subnet_mask = TRUE;
964 PARSE_IA1(subnet_mask);
1379 /* XXX - Is the subnet_mask field set yet? */
1380 if ((host1->subnet_mask.s_addr) == (host2->subnet_mask.s_addr)) {
1381 if (((host1->iaddr.s_addr) & (host1->subnet_mask.s_addr)) !=
1382 ((host2->iaddr.s_addr) & (host2->subnet_mask.s_addr)))
1454 DUP_COPY(subnet_mask);
    [all...]
  /src/usr.sbin/bootp/bootpd/
bootpd.c 1168 if (hp->flags.subnet_mask) {
1169 (vendp->v_smask).s_addr = hp->subnet_mask.s_addr;
1303 if (hp->flags.subnet_mask) {
1307 insert_u_long(hp->subnet_mask.s_addr, &vp); /* -4 bytes */
1327 * Only the subnet_mask, bootsize, and gateway should precede.

Completed in 32 milliseconds