Searched refs:bp_sname (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/libexec/bootpd/tools/bootptest/ |
| D | print-bootp.c | 148 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/ |
| D | print-bootp.c | 72 uint8_t bp_sname[64]; /* server host name */ member 357 ND_TCHECK2(bp->bp_sname[0], 1); /* check first char only */ in bootp_print() 358 if (*bp->bp_sname) { in bootp_print() 360 if (fn_printztn(ndo, bp->bp_sname, (u_int)sizeof bp->bp_sname, in bootp_print()
|
| /freebsd-12-stable/libexec/bootpd/ |
| D | bootp.h | 57 char bp_sname[BP_SNAME_LEN]; /* server host name */ member
|
| D | bootpd.c | 649 if (strlen(bp->bp_sname)) { in handle_request() 650 if (strcmp(bp->bp_sname, hostname)) { in handle_request() 654 bp->bp_sname, netname(bp->bp_htype), in handle_request() 660 strcpy(bp->bp_sname, hostname); in handle_request()
|
| /freebsd-12-stable/stand/libsa/ |
| D | bootp.h | 41 unsigned char bp_sname[64]; /* server host name */ member
|