Searched refs:BpfPkt (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/libexec/rbootd/
H A Dbpf.c72 static u_int8_t *BpfPkt = NULL; variable
161 if (BpfPkt == NULL)
162 BpfPkt = (u_int8_t *)malloc(BpfLen);
164 if (BpfPkt == NULL) {
316 if ((cc = read(BpfFd, (char *)BpfPkt, (int)BpfLen)) < 0) {
320 bp = BpfPkt;
321 ep = BpfPkt + cc;
396 if (BpfPkt != NULL) {
397 free((char *)BpfPkt);
398 BpfPkt
[all...]

Completed in 46 milliseconds