Home
last modified time | relevance | path

Searched defs:dhcp_msg (Results 1 – 20 of 20) sorted by relevance

/dports/devel/kf5-kio/kio-5.89.0/src/kpac/
H A Ddhcp.h21 struct dhcp_msg { struct
24 uint8_t op; /* operation */
25 uint8_t htype; /* hwaddr type */
26 uint8_t hlen; /* hwaddr len */
27 uint8_t hops;
28 uint32_t xid; /* transaction id */
31 uint16_t flags;
32 uint32_t ciaddr; /* client IP */
33 uint32_t yiaddr; /* "your" IP */
34 uint32_t siaddr; /* server IP */
[all …]
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/libnetutils/
H A Ddhcpmsg.h26 typedef struct dhcp_msg dhcp_msg; typedef
35 struct dhcp_msg struct
37 uint8_t op; /* BOOTREQUEST / BOOTREPLY */
38 uint8_t htype; /* hw addr type */
39 uint8_t hlen; /* hw addr len */
40 uint8_t hops; /* client set to 0 */
42 uint32_t xid; /* transaction id */
45 uint16_t flags;
53 uint8_t chaddr[16]; /* client hw addr */
54 char sname[64]; /* asciiz server hostname */
[all …]
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/libnetutils/
H A Ddhcpmsg.h26 typedef struct dhcp_msg dhcp_msg; typedef
35 struct dhcp_msg struct
37 uint8_t op; /* BOOTREQUEST / BOOTREPLY */
38 uint8_t htype; /* hw addr type */
39 uint8_t hlen; /* hw addr len */
40 uint8_t hops; /* client set to 0 */
42 uint32_t xid; /* transaction id */
45 uint16_t flags;
53 uint8_t chaddr[16]; /* client hw addr */
54 char sname[64]; /* asciiz server hostname */
[all …]
/dports/net/honeyd/honeyd-1.5c/
H A Ddhcpclient.h116 struct dhcp_msg { struct
117 uint8_t dh_op;
118 uint8_t dh_htype;
119 uint8_t dh_hlen;
120 uint8_t dh_hops;
121 uint32_t dh_xid;
122 uint16_t dh_secs;
123 uint16_t dh_flags;
124 uint32_t dh_ciaddr;
125 uint32_t dh_yiaddr;
[all …]
/dports/sysutils/busybox/busybox-1.26.2/networking/udhcp/
H A Ddhcprelay.c304 struct dhcp_packet dhcp_msg; in dhcprelay_main() local
/dports/net/hostapd-devel/hostap-14ab4a816/src/ap/
H A Dfils_hlp.c331 struct dhcp_data *dhcp_msg; in fils_process_hlp_dhcp() local
/dports/net/hostapd/hostapd-2.9/src/ap/
H A Dfils_hlp.c331 struct dhcp_data *dhcp_msg; in fils_process_hlp_dhcp() local
/dports/net/wpa_supplicant_gui/wpa_supplicant-2.9/src/ap/
H A Dfils_hlp.c331 struct dhcp_data *dhcp_msg; in fils_process_hlp_dhcp() local
/dports/security/wpa_supplicant-devel/hostap-14ab4a816/src/ap/
H A Dfils_hlp.c331 struct dhcp_data *dhcp_msg; in fils_process_hlp_dhcp() local
/dports/security/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dfils_hlp.c331 struct dhcp_data *dhcp_msg; in fils_process_hlp_dhcp() local
/dports/lang/micropython/micropython-1.17/shared/netutils/
H A Ddhcpserver.c190 dhcp_msg_t dhcp_msg; in dhcp_server_process() local
/dports/games/retroarch/RetroArch-1.9.7/wii/libogc/include/lwip/
H A Ddhcp.h68 struct dhcp_msg struct
/dports/sysutils/syslinux/syslinux-6.03/core/lwip/src/include/lwip/
H A Ddhcp.h74 struct dhcp_msg struct
/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/avr/firmwares/wifishield/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/
H A Ddhcp.h80 struct dhcp_msg struct
/dports/devel/arduino-core/Arduino-b439a77/libraries/WiFi/extras/wifiHD/src/SOFTWARE_FRAMEWORK/SERVICES/LWIP/lwip-1.3.2/src/include/lwip/
H A Ddhcp.h80 struct dhcp_msg struct
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/usrp3/lwip/lwip-1.3.1/src/include/lwip/
H A Ddhcp.h80 struct dhcp_msg struct
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/octoclock/include/lwip/
H A Ddhcp.h80 struct dhcp_msg struct
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/usrp2/lwip/lwip-1.3.1/src/include/lwip/
H A Ddhcp.h80 struct dhcp_msg struct
/dports/net/hostapd-devel/hostap-14ab4a816/tests/hwsim/
H A Dtest_fils.py652 def build_dhcp(req, dhcp_msg, chaddr, giaddr="0.0.0.0", argument
/dports/security/wpa_supplicant-devel/hostap-14ab4a816/tests/hwsim/
H A Dtest_fils.py652 def build_dhcp(req, dhcp_msg, chaddr, giaddr="0.0.0.0", argument