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

  /src/external/bsd/ipf/dist/lib/
printhost.c 20 char ipbuf[64]; local
31 PRINTF("%s", inet_ntop(family, ptr, ipbuf, sizeof(ipbuf)));
printhostmask.c 20 char ipbuf[64]; local
31 PRINTF("%s", inet_ntop(family, ptr, ipbuf, sizeof(ipbuf)));
  /src/external/bsd/ipf/dist/ipsend/
ip.c 36 static char *ipbuf = NULL, *ethbuf = NULL; variable
103 if (!ipbuf)
105 ipbuf = (char *)malloc(65536);
106 if (!ipbuf)
113 eh = (ether_header_t *)ipbuf;
153 bcopy((char *)ip, ipbuf + sizeof(*eh), iplen);
154 err = sendip(nfd, ipbuf, sizeof(*eh) + iplen);
225 bcopy((char *)ip, ipbuf + sizeof(*eh), hlen);
226 bcopy(s + sent, ipbuf + sizeof(*eh) + hlen, ts - hlen);
227 err = sendip(nfd, ipbuf, sizeof(*eh) + ts)
    [all...]
  /src/usr.sbin/quot/
quot.c 110 static char *ipbuf; local
114 if (ipbuf) {
115 free(ipbuf);
116 ipbuf = NULL;
121 if (!ipbuf || ino < last || ino >= last + INOCNT(super)) {
122 if (!ipbuf
123 && !(ipbuf = malloc(INOSZ(super))))
129 read(fd, ipbuf, INOSZ(super)) != (ssize_t)INOSZ(super))
135 &((struct ufs1_dinode *)ipbuf)[ino % INOCNT(super)]);
137 &((struct ufs2_dinode *)ipbuf)[ino % INOCNT(super)])
    [all...]
  /src/sys/netinet/
if_arp.c 785 char ipbuf[INET_ADDRSTRLEN]; local
895 IN_PRINT(ipbuf, &isaddr), ah->ar_hln, ifp->if_addrlen);
920 ifp->if_xname, IN_PRINT(ipbuf, &isaddr));
936 IN_PRINT(ipbuf, &isaddr),
1011 " for %s\n", llastr, IN_PRINT(ipbuf, &isaddr));
1022 ifp->if_xname, IN_PRINT(ipbuf, &isaddr),
1030 IN_PRINT(ipbuf, &isaddr), llastr);
1382 char ipbuf[INET_ADDRSTRLEN]; local
1386 IN_PRINT(ipbuf, &tip));
1571 char ipbuf[INET_ADDRSTRLEN] local
1662 char ipbuf[INET_ADDRSTRLEN]; local
1762 char ipbuf[INET_ADDRSTRLEN], llabuf[LLA_ADDRSTRLEN]; local
    [all...]
ip_carp.c 726 char ipbuf[INET_ADDRSTRLEN]; local
739 IN_PRINT(ipbuf, &ip->ip_src)));
  /src/sys/netipsec/
ipsec.c 814 struct ip ipbuf; local
834 m_copydata(m, 0, sizeof(ipbuf), &ipbuf);
835 ip = &ipbuf;
  /src/sys/net/
if_spppsubr.c 3473 char ipbuf[SPPP_IPCPOPT_NAMELEN]; local
3522 sppp_ipcp_opt_name(ipbuf, sizeof(ipbuf), *p));
3589 sppp_ipcp_opt_name(ipbuf, sizeof(ipbuf), *p));
3735 char ipbuf[SPPP_IPCPOPT_NAMELEN]; local
3737 sppp_ipcp_opt_name(ipbuf, sizeof(ipbuf), *p));
3808 char ipbuf[SPPP_IPCPOPT_NAMELEN]; local
3810 sppp_ipcp_opt_name(ipbuf, sizeof(ipbuf), *p))
    [all...]

Completed in 46 milliseconds