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

/openbsd-current/sys/lib/libsa/
H A Dbootp.h39 struct in_addr bp_ciaddr; /* client IP address */ member in struct:bootp
/openbsd-current/usr.sbin/tcpdump/
H A Dbootp.h33 struct in_addr bp_ciaddr; /* client IP address */ member in struct:bootp
H A Dprint-bootp.c98 TCHECK(bp->bp_ciaddr);
99 if (bp->bp_ciaddr.s_addr)
100 printf(" C:%s", ipaddr_string(&bp->bp_ciaddr));

Completed in 107 milliseconds