Searched refs:l2_packet_send (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/wpad/ |
H A D | l2_packet.h | 51 int l2_packet_send(struct l2_packet_data *, uint8_t *, size_t);
|
H A D | l2_packet.c | 75 l2_packet_send(struct l2_packet_data *l2, uint8_t *buf, size_t buflen) in l2_packet_send() function
|
H A D | wpa.c | 866 (void) l2_packet_send(wpa_s->l2, rbuf, rlen); in wpa_supplicant_key_request() 993 (void) l2_packet_send(wpa_s->l2, rbuf, rlen); in wpa_supplicant_process_1_of_4() 1237 (void) l2_packet_send(wpa_s->l2, rbuf, rlen); in wpa_supplicant_process_3_of_4() 1517 (void) l2_packet_send(wpa_s->l2, rbuf, rlen); in wpa_supplicant_process_1_of_2()
|