Home | History | Annotate | Download | only in nfs

Lines Matching defs:bootpcheck

305 static int bootpcheck (struct mbuf**, void*);
321 bootpcheck(struct mbuf **mp, void *context)
333 DPRINTF(("bootpcheck: short packet %d < %zu\n",
338 DPRINTF(("Bootpcheck: long packet %d > %zu\n",
349 DPRINTF(("bootpcheck: m_pullup failed\n"));
356 DPRINTF(("bootpcheck: op %d is not reply\n", bootp->bp_op));
360 DPRINTF(("bootpcheck: hlen %d != %d\n", bootp->bp_hlen,
371 DPRINTF(("bootpcheck: incorrect hwaddr %s != %s\n",
382 DPRINTF(("bootpcheck: xid %d != %d\n", bootp->bp_xid,
638 bootpcheck, NULL, NULL, &bpc, lwp);
665 bootpcheck, NULL, NULL, &bpc, lwp);
672 * bootpcheck() has copied the receive mbuf into
734 #if 0 /* already done in bootpcheck() */