Home
last modified time | relevance | path

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

/freebsd/libexec/bootpd/tools/bootptest/
H A Dprint-bootp.c143 TCHECK(bp->bp_sname[0], sizeof(bp->bp_sname)); in bootp_print()
144 if (*bp->bp_sname) { in bootp_print()
146 if (printfn(bp->bp_sname, ep)) { in bootp_print()
/freebsd/libexec/bootpd/
H A Dbootp.h55 char bp_sname[BP_SNAME_LEN]; /* server host name */ member
H A Dbootpd.c643 if (strlen(bp->bp_sname)) { in handle_request()
644 if (strcmp(bp->bp_sname, hostname)) { in handle_request()
648 bp->bp_sname, netname(bp->bp_htype), in handle_request()
654 strcpy(bp->bp_sname, hostname); in handle_request()
/freebsd/stand/libsa/
H A Dbootp.h39 unsigned char bp_sname[64]; /* server host name */ member
/freebsd/contrib/tcpdump/
H A Dprint-bootp.c69 nd_byte bp_sname[64]; /* server host name */ member
351 if (GET_U_1(bp->bp_sname)) { /* get first char only */ in bootp_print()
353 if (nd_printztn(ndo, bp->bp_sname, (u_int)sizeof(bp->bp_sname), in bootp_print()