Searched defs:packet (Results 1 – 9 of 9) sorted by relevance
/busybox-1.35.0/networking/udhcp/ |
D | packet.c | 16 void FAST_FUNC udhcp_init_header(struct dhcp_packet *packet, char type) in udhcp_init_header() 36 void FAST_FUNC udhcp_dump_packet(struct dhcp_packet *packet) in udhcp_dump_packet() 81 int FAST_FUNC udhcp_recv_kernel_packet(struct dhcp_packet *packet, int fd) in udhcp_recv_kernel_packet() 112 struct ip_udp_dhcp_packet packet; in udhcp_send_raw_packet() local
|
D | d6_packet.c | 16 void FAST_FUNC d6_dump_packet(struct d6_packet *packet) in d6_dump_packet() 32 , struct d6_packet *packet, int fd) in d6_recv_kernel_packet() 61 struct ip6_udp_d6_packet packet; in d6_send_raw_packet_from_client_data_ifindex() local
|
D | dhcpc.c | 478 static void fill_envp(struct dhcp_packet *packet) in fill_envp() 570 static void d4_run_script(struct dhcp_packet *packet, const char *name) in d4_run_script() 601 static void init_packet(struct dhcp_packet *packet, char type) in init_packet() 619 static void add_client_options(struct dhcp_packet *packet) in add_client_options() 666 static void add_serverid_and_clientid_options(struct dhcp_packet *packet, uint32_t server) in add_serverid_and_clientid_options() 702 static int raw_bcast_from_client_data_ifindex(struct dhcp_packet *packet, uint32_t src_nip) in raw_bcast_from_client_data_ifindex() 710 static int bcast_or_ucast(struct dhcp_packet *packet, uint32_t ciaddr, uint32_t server) in bcast_or_ucast() 724 struct dhcp_packet packet; in send_discover() local 750 struct dhcp_packet packet; in send_select() local 794 struct dhcp_packet packet; in send_renew() local [all …]
|
D | d6_dhcpc.c | 482 static uint8_t *init_d6_packet(struct d6_packet *packet, char type) in init_d6_packet() 546 static int d6_mcast_from_client_data_ifindex(struct d6_packet *packet, uint8_t *end) in d6_mcast_from_client_data_ifindex() 590 struct d6_packet packet; in send_d6_info_request() local 689 struct d6_packet packet; in send_d6_discover() local 768 struct d6_packet packet; in send_d6_select() local 841 struct d6_packet packet; in send_d6_renew() local 876 struct d6_packet packet; in send_d6_release() local 909 struct ip6_udp_d6_packet packet; in d6_recv_raw_packet() local 1324 struct d6_packet packet; in udhcpc6_main() local
|
D | common.c | 234 void FAST_FUNC init_scan_state(struct dhcp_packet *packet, struct dhcp_scan_state *scan_state) in init_scan_state() 244 uint8_t* FAST_FUNC udhcp_scan_options(struct dhcp_packet *packet, struct dhcp_scan_state *scan_stat… in udhcp_scan_options() 317 uint8_t* FAST_FUNC udhcp_get_option(struct dhcp_packet *packet, int code) in udhcp_get_option() 335 uint8_t* FAST_FUNC udhcp_get_option32(struct dhcp_packet *packet, int code) in udhcp_get_option32() 361 void FAST_FUNC udhcp_add_binary_option(struct dhcp_packet *packet, uint8_t *addopt) in udhcp_add_binary_option() 382 void FAST_FUNC udhcp_add_simple_option(struct dhcp_packet *packet, uint8_t code, uint32_t data) in udhcp_add_simple_option()
|
D | dhcpd.c | 641 static void init_packet(struct dhcp_packet *packet, struct dhcp_packet *oldpacket, char type) in init_packet() 658 static void add_server_options(struct dhcp_packet *packet) in add_server_options() 711 static uint32_t select_lease_time(struct dhcp_packet *packet) in select_lease_time() 734 struct dhcp_packet packet; in send_offer() local 798 struct dhcp_packet packet; in send_NAK() local 809 struct dhcp_packet packet; in send_ACK() local 837 struct dhcp_packet packet; in send_inform() local 971 struct dhcp_packet packet; in udhcpd_main() local
|
D | d6_common.h | 177 # define d6_dump_packet(packet) ((void)0) argument
|
/busybox-1.35.0/networking/ |
D | arping.c | 86 unsigned char packet[4096]; member
|
D | ping.c | 241 char packet[DEFDATALEN + MAXIPLEN + MAXICMPLEN]; member 729 static int unpack6(char *packet, int sz, struct sockaddr_in6 *from, int hoplimit) in unpack6()
|