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

/freebsd-10.1-release/lib/libstand/
H A Dbootp.h39 unsigned char bp_sname[64]; /* server host name */ member in struct:bootp
/freebsd-10.1-release/libexec/bootpd/
H A Dbootp.h57 char bp_sname[BP_SNAME_LEN]; /* server host name */ member in struct:bootp
H A Dbootpd.c652 if (strlen(bp->bp_sname)) {
653 if (strcmp(bp->bp_sname, hostname)) {
657 bp->bp_sname, netname(bp->bp_htype),
663 strcpy(bp->bp_sname, hostname);
/freebsd-10.1-release/libexec/bootpd/tools/bootptest/
H A Dprint-bootp.c147 TCHECK(bp->bp_sname[0], sizeof(bp->bp_sname));
148 if (*bp->bp_sname) {
150 if (printfn(bp->bp_sname, ep)) {
/freebsd-10.1-release/contrib/tcpdump/
H A Dprint-bootp.c137 TCHECK2(bp->bp_sname[0], 1); /* check first char only */
138 if (*bp->bp_sname) {
140 if (fn_print(bp->bp_sname, snapend)) {
H A Dbootp.h37 u_int8_t bp_sname[64]; /* server host name */ member in struct:bootp

Completed in 139 milliseconds