Home
last modified time | relevance | path

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

/freebsd/libexec/bootpd/
H A Dbootp.h42 struct bootp { struct
43 unsigned char bp_op; /* packet opcode type */
44 unsigned char bp_htype; /* hardware addr type */
45 unsigned char bp_hlen; /* hardware addr length */
46 unsigned char bp_hops; /* gateway hops */
47 u_int32 bp_xid; /* transaction ID */
48 unsigned short bp_secs; /* seconds since boot began */
49 unsigned short bp_flags; /* RFC1532 broadcast, etc. */
50 struct in_addr bp_ciaddr; /* client IP address */
51 struct in_addr bp_yiaddr; /* 'your' IP address */
[all …]
/freebsd/stand/libsa/
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 */
32 unsigned short bp_secs; /* seconds since boot began */
33 unsigned short bp_flags;
34 struct in_addr bp_ciaddr; /* client IP address */
35 struct in_addr bp_yiaddr; /* 'your' IP address */
[all …]
H A Dbootp.c122 bootp(int sock) in bootp() function
/freebsd/contrib/tcpdump/
H A Dprint-bootp.c55 struct bootp { struct
62 nd_uint16_t bp_flags; /* flags - see bootp_flag_values[] argument
63 in print-bootp.c */ argument
64 nd_ipv4 bp_ciaddr; /* client IP address */
65 nd_ipv4 bp_yiaddr; /* 'your' IP address */
66 nd_ipv4 bp_siaddr; /* server IP address */
67 nd_ipv4 bp_giaddr; /* gateway IP address */
68 nd_byte bp_chaddr[16]; /* client hardware address */
69 nd_byte bp_sname[64]; /* server host name */
70 nd_byte bp_file[128]; /* boot file name */
[all …]
/freebsd/sbin/dhclient/tests/
H A Dfake.c70 bootp(struct packet *packet) in bootp() function
/freebsd/sbin/dhclient/
H A Ddhclient.c971 bootp(struct packet *packet) in bootp() function