Home
last modified time | relevance | path

Searched defs:bootp (Results 1 – 4 of 4) sorted by path

/illumos-gate/usr/src/boot/libsa/
H A Dbootp.c122 bootp(int sock) in bootp() function
H A Dbootp.h26 struct bootp { struct
27 unsigned char bp_op; /* packet opcode type */
28 unsigned char bp_htype; /* hardware addr type */
29 unsigned char bp_hlen; /* hardware addr length */
30 unsigned char bp_hops; /* gateway hops */
31 unsigned int bp_xid; /* transaction ID */
33 unsigned short bp_flags;
34 struct in_addr bp_ciaddr; /* client IP address */
35 struct in_addr bp_yiaddr; /* 'your' IP address */
36 struct in_addr bp_siaddr; /* server IP address */
[all …]
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c8189 char *bootp; local
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dnic.c572 int bootp(void) in bootp() function