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

  /src/usr.sbin/mopd/common/
pf.h 40 int pfWrite(int, const u_char *, int, int);
pf-linux2.c 286 pfWrite(int fd, u_char *buf, int len)
pf.c 225 pfWrite(int fd, const u_char *buf, int len, int trans)
device.c 119 p->write = pfWrite;
  /src/usr.sbin/mopd/mopd/
process.c 197 if (pfWrite(ii->fd, pkt, idx, trans) != idx) {
199 (void)fprintf(stderr, "error pfWrite()\n");
301 if (pfWrite(dle->ii->fd, pkt, idx, trans) != idx) {
303 (void)fprintf(stderr, "error pfWrite()\n");
419 if (pfWrite(dle->ii->fd, pkt, idx, trans) != idx) {
421 (void)fprintf(stderr, "error pfWrite()\n");

Completed in 17 milliseconds