Home
last modified time | relevance | path

Searched refs:ifc_len (Results 1 – 8 of 8) sorted by relevance

/original-bsd/lib/librpc/rpc/
H A Dget_myaddress.c66 ifc.ifc_len = sizeof (buf);
73 for (len = ifc.ifc_len; len; len -= sizeof ifreq) {
H A Dpmap_rmt.c173 ifc.ifc_len = UDPMSGSIZE;
181 cplim = buf + ifc.ifc_len; /*skip over if's with big ifr_addr's */
/original-bsd/usr.sbin/amd/amd/
H A Dwire.c60 #define count (ifc.ifc_len/sizeof(struct ifreq))
84 ifc.ifc_len = sizeof buf; in getwire()
96 cplim = buf + ifc.ifc_len; in getwire()
/original-bsd/libexec/rbootd/
H A Dbpf.c212 ifc.ifc_len = sizeof ibuf;
217 ifc.ifc_len < sizeof(struct ifreq)) {
223 ifc.ifc_len < sizeof(struct ifreq)) {
229 ifend = (struct ifreq *)((char *)ibuf + ifc.ifc_len);
/original-bsd/sys/net/
H A Dif.h282 int ifc_len; /* size of associated buffer */ member
H A Dif.c574 int space = ifc->ifc_len, error = 0;
626 ifc->ifc_len -= space;
/original-bsd/usr.sbin/timed/timed/
H A Dtimed.c363 ifc.ifc_len = sizeof(buf);
375 cplim = buf + ifc.ifc_len; /*skip over if's with big ifr_addr's */
/original-bsd/usr.sbin/sendmail/src/
H A Dconf.c3257 ifc.ifc_len = sizeof interfacebuf; in load_if_names()
3270 ifc.ifc_len); in load_if_names()
3272 for (i = 0; i < ifc.ifc_len; ) in load_if_names()