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

/freebsd-12-stable/libexec/bootpd/
H A Dbootp.h57 char bp_sname[BP_SNAME_LEN]; /* server host name */ member in struct:bootp
H A Dbootpd.c661 if (strlen(bp->bp_sname)) {
662 if (strcmp(bp->bp_sname, hostname)) {
666 bp->bp_sname, netname(bp->bp_htype),
672 strcpy(bp->bp_sname, hostname);
/freebsd-12-stable/stand/libsa/
H A Dbootp.h41 unsigned char bp_sname[64]; /* server host name */ member in struct:bootp
/freebsd-12-stable/libexec/bootpd/tools/bootptest/
H A Dprint-bootp.c148 TCHECK(bp->bp_sname[0], sizeof(bp->bp_sname));
149 if (*bp->bp_sname) {
151 if (printfn(bp->bp_sname, ep)) {
/freebsd-12-stable/contrib/tcpdump/
H A Dprint-bootp.c72 uint8_t bp_sname[64]; /* server host name */ member in struct:bootp
357 ND_TCHECK2(bp->bp_sname[0], 1); /* check first char only */
358 if (*bp->bp_sname) {
360 if (fn_printztn(ndo, bp->bp_sname, (u_int)sizeof bp->bp_sname,

Completed in 75 milliseconds