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

  /src/external/bsd/nvi/dist/ipc/
ip_send.c 81 value: nlen += IPO_INT_LEN;
89 memcpy(p, &ilen, IPO_INT_LEN);
90 p += IPO_INT_LEN;
95 nlen += IPO_INT_LEN + ilen;
104 memcpy(p, &ilen, IPO_INT_LEN);
105 p += IPO_INT_LEN;
ip_trans.c 152 value: needlen += IPO_INT_LEN;
155 memcpy(vp, p, IPO_INT_LEN);
157 p += IPO_INT_LEN;
166 string: needlen += IPO_INT_LEN;
169 memcpy(vp, p, IPO_INT_LEN);
171 p += IPO_INT_LEN;
ip.h 56 #define IPO_INT_LEN 4 /* Length of an integer. */
  /src/external/bsd/nvi/dist/ip/
ip_read.c 321 if (ipp->iblen < skip + IPO_INT_LEN)
323 memcpy(&val, ipp->ibuf + skip, IPO_INT_LEN);
329 skip += IPO_INT_LEN;
333 if (ipp->iblen < skip + IPO_INT_LEN)
335 memcpy(&val, ipp->ibuf + skip, IPO_INT_LEN);
337 skip += IPO_INT_LEN;

Completed in 18 milliseconds