Searched refs:hep (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14-stable/libexec/bootpd/ |
| HD | trygetif.c | 34 struct hostent *hep; local 49 hep = gethostbyname(argv[1]); 50 if (!hep) { 54 memcpy(&dst_addr, hep->h_addr, sizeof(dst_addr));
|
| HD | bootpd.c | 176 struct hostent *hep; in main() local 368 hep = gethostbyname(hostname); in main() 369 if (!hep) { in main() 373 bcopy(hep->h_addr, (char *)&my_ip_addr, sizeof(my_ip_addr)); in main()
|
| /freebsd-14-stable/libexec/bootpd/tools/bootptest/ |
| HD | bootptest.c | 133 struct hostent *hep; in main() local 253 hep = gethostbyname(servername); in main() 254 if (!hep) in main() 256 bcopy(hep->h_addr, &server_addr, sizeof(server_addr)); in main() 329 hep = gethostbyname(hostname); in main() 330 if (!hep) { in main() 334 bcopy(hep->h_addr, &bp->bp_ciaddr, hep->h_length); in main()
|
| /freebsd-14-stable/libexec/bootpd/bootpgw/ |
| HD | bootpgw.c | 150 struct hostent *hep; in main() local 215 hep = gethostbyname(hostname); in main() 216 if (!hep) { in main() 220 bcopy(hep->h_addr, (char *)&my_ip_addr, sizeof(my_ip_addr)); in main() 338 hep = gethostbyname(servername); in main() 339 if (!hep) in main() 341 bcopy(hep->h_addr, (char *)&server_ipa, sizeof(server_ipa)); in main()
|
| /freebsd-14-stable/usr.bin/tftp/ |
| HD | main.c | 746 command(bool interactive, EditLine *el, History *hist, HistEvent *hep) in command() argument 761 history(hist, hep, H_ENTER, bp); in command()
|
| /freebsd-14-stable/share/dict/ |
| HD | web2 | 84499 hep
|