Home
last modified time | relevance | path

Searched defs:bootp (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/libexec/bootpd/
H A Dbootp.h44 struct bootp { struct
45 unsigned char bp_op; /* packet opcode type */
46 unsigned char bp_htype; /* hardware addr type */
47 unsigned char bp_hlen; /* hardware addr length */
48 unsigned char bp_hops; /* gateway hops */
49 u_int32 bp_xid; /* transaction ID */
52 struct in_addr bp_ciaddr; /* client IP address */
53 struct in_addr bp_yiaddr; /* 'your' IP address */
54 struct in_addr bp_siaddr; /* server IP address */
55 struct in_addr bp_giaddr; /* gateway IP address */
[all …]
/freebsd-13.1/stand/libsa/
H A Dbootp.h28 struct bootp { struct
29 unsigned char bp_op; /* packet opcode type */
30 unsigned char bp_htype; /* hardware addr type */
31 unsigned char bp_hlen; /* hardware addr length */
32 unsigned char bp_hops; /* gateway hops */
33 unsigned int bp_xid; /* transaction ID */
35 unsigned short bp_flags;
36 struct in_addr bp_ciaddr; /* client IP address */
37 struct in_addr bp_yiaddr; /* 'your' IP address */
38 struct in_addr bp_siaddr; /* server IP address */
[all …]
H A Dbootp.c127 bootp(int sock) in bootp() function
/freebsd-13.1/contrib/tcpdump/
H A Dprint-bootp.c58 struct bootp { struct
65 uint16_t bp_flags; /* flags - see bootp_flag_values[] argument
66 in print-bootp.c */ argument
67 struct in_addr bp_ciaddr; /* client IP address */
68 struct in_addr bp_yiaddr; /* 'your' IP address */
69 struct in_addr bp_siaddr; /* server IP address */
70 struct in_addr bp_giaddr; /* gateway IP address */
71 uint8_t bp_chaddr[16]; /* client hardware address */
72 uint8_t bp_sname[64]; /* server host name */
73 uint8_t bp_file[128]; /* boot file name */
[all …]
/freebsd-13.1/sbin/dhclient/tests/
H A Dfake.c56 bootp(struct packet *packet) in bootp() function
/freebsd-13.1/sbin/dhclient/
H A Ddhclient.c966 bootp(struct packet *packet) in bootp() function