Searched refs:bp_sname (Results 1 – 5 of 5) sorted by relevance
143 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()
55 char bp_sname[BP_SNAME_LEN]; /* server host name */ member
643 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()
39 unsigned char bp_sname[64]; /* server host name */ member
69 nd_byte bp_sname[64]; /* server host name */ member351 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()