Home
last modified time | relevance | path

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

/external/mtpd/
Dpptp.c145 static void send_packet() in send_packet() function
228 send_packet(); in pptp_connect()
298 send_packet(); in pptp_process()
355 send_packet(); in pptp_process()
369 send_packet(); in pptp_process()
378 send_packet(); in pptp_process()
Dl2tp.c166 static void send_packet() in send_packet() function
345 send_packet(); in l2tp_connect()
525 send_packet(); in l2tp_process()
558 send_packet(); in l2tp_shutdown()
/external/dhcpcd/
Dnet.h142 ssize_t send_packet(const struct interface *, struct in_addr,
Dnet.c658 send_packet(const struct interface *iface, struct in_addr to, in send_packet() function
Ddhcpcd.c359 r = send_packet(iface, to, (uint8_t *)dhcp, len); in send_message()