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

  /src/usr.sbin/sysinst/
net.c 83 static char net_mask[SSTRSIZE]; variable in typeref:typename:char[]
379 strlcpy(net_mask, inet_ntoa(sa_in->sin_addr), sizeof net_mask);
737 if (!net_mask[0]) {
739 strlcpy(net_mask, "0xff000000",
740 sizeof(net_mask));
742 strlcpy(net_mask, "0xffff0000",
743 sizeof(net_mask));
745 strlcpy(net_mask, "0xffffff00",
746 sizeof(net_mask));
    [all...]
msg.mi.en 616 message net_mask
msg.mi.fr 621 message net_mask
msg.mi.es 627 message net_mask
msg.mi.pl 606 message net_mask
msg.mi.de 640 message net_mask
  /src/lib/libc/resolv/
res_init.c 151 static uint32_t net_mask(struct in_addr);
489 net_mask(statp->sort_list[nsort].addr);
493 net_mask(statp->sort_list[nsort].addr);
743 net_mask(struct in_addr in) /*!< XXX - should really use system's version of this */ function in typeref:typename:uint32_t

Completed in 22 milliseconds