Home
last modified time | relevance | path

Searched refs:packet_output_hook (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/lwip/lwip2.0.0/core/
A Daf_packet.c69 packet_output_hook (struct pbuf* p, struct netif *inp);
342 else if(msg->msg.inp.input_fn == packet_output_hook) in packet_recvfrom()
643 err = packet_output_hook(pbuf_hdr, netif); in packet_eth_datagram_sendto()
725 err = packet_output_hook (pbuf_hdr, netif); in packet_eth_raw_sendto()
1015 msg->msg.inp.input_fn = packet_output_hook; in packet_input()
1041 packet_output_hook (struct pbuf*p, struct netif* inp) in packet_output_hook() function

Completed in 3 milliseconds