Searched defs:dst_port (Results 1 – 6 of 6) sorted by relevance
/minix3/minix/lib/liblwip/dist/src/core/ |
H A D | udp.c | 507 const ip_addr_t *dst_ip, u16_t dst_port) in udp_sendto() 517 u16_t dst_port, u8_t have_chksum, u16_t chksum) in udp_sendto_chksum() 612 const ip_addr_t *dst_ip, u16_t dst_port, struct netif *netif) in udp_sendto_if() 621 u16_t dst_port, struct netif *netif, u8_t have_chksum, in udp_sendto_if_chksum() 682 const ip_addr_t *dst_ip, u16_t dst_port, struct netif *netif, const ip_addr_t *src_ip) in udp_sendto_if_src() 691 u16_t dst_port, struct netif *netif, u8_t have_chksum, in udp_sendto_if_src_chksum()
|
H A D | dns.c | 766 u16_t dst_port; in dns_send() local
|
/minix3/minix/lib/liblwip/dist/test/unit/tcp/ |
H A D | tcp_helper.c | 43 u16_t src_port, u16_t dst_port, void* data, size_t data_len, in tcp_create_segment_wnd() 108 u16_t src_port, u16_t dst_port, void* data, size_t data_len, in tcp_create_segment()
|
/minix3/minix/net/lwip/ |
H A D | udpsock.c | 192 uint16_t dst_port; in udpsock_connect() local 329 uint16_t dst_port; in udpsock_send() local
|
H A D | ipsock.c | 349 uint16_t * dst_port) in ipsock_get_dst_addr()
|
H A D | tcpsock.c | 1539 uint16_t dst_port; in tcpsock_connect() local
|