OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bp_xid
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/lib/libsa/
bootp.h
29
unsigned int
bp_xid
; /* transaction ID */
member in struct:bootp
bootp.c
157
bp->
bp_xid
= htonl(d->xid);
323
if (bp->
bp_xid
!= htonl(d->xid)) {
327
d->xid, ntohl(bp->
bp_xid
));
/src/usr.sbin/bootp/common/
bootp.h
47
u_int32
bp_xid
; /* transaction ID */
member in struct:bootp
/src/usr.sbin/bootp/bootptest/
print-bootp.c
120
if (bp->
bp_xid
)
121
printf(" xid:%d", ntohl(bp->
bp_xid
));
bootptest.c
302
bp->
bp_xid
= (u_int32) htonl(xid);
/src/sys/nfs/
nfs_bootdhcp.c
116
u_int32_t
bp_xid
; /* transaction ID */
member in struct:bootp
381
if (bootp->
bp_xid
!= bpc->xid) {
382
DPRINTF(("bootpcheck: xid %d != %d\n", bootp->
bp_xid
,
611
bootp->
bp_xid
= ++xid;
Completed in 13 milliseconds
Indexes created Mon Oct 20 20:10:13 GMT 2025