HomeSort by: relevance | last modified time | path
    Searched defs:bootpcheck (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/nfs/
nfs_bootdhcp.c 305 static int bootpcheck (struct mbuf**, void*);
321 bootpcheck(struct mbuf **mp, void *context) function in typeref:typename:int
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)
    [all...]
nfs_bootdhcp.c 305 static int bootpcheck (struct mbuf**, void*);
321 bootpcheck(struct mbuf **mp, void *context) function in typeref:typename:int
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)
    [all...]
nfs_bootdhcp.c 305 static int bootpcheck (struct mbuf**, void*);
321 bootpcheck(struct mbuf **mp, void *context) function in typeref:typename:int
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)
    [all...]

Completed in 31 milliseconds