Home
last modified time | relevance | path

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

/external/strace/
Dsocketutils.c429 inet_get(struct tcb *tcp, const int fd, const int family, const int protocol, in inet_get() function
464 { "TCP", inet_get, AF_INET, IPPROTO_TCP },
466 { "UDP", inet_get, AF_INET, IPPROTO_UDP },
468 { "UDPLITE", inet_get, AF_INET, IPPROTO_UDPLITE },
470 { "DCCP", inet_get, AF_INET, IPPROTO_DCCP },
472 { "SCTP", inet_get, AF_INET, IPPROTO_SCTP },
474 { "L2TP/IP", inet_get, AF_INET, IPPROTO_L2TP },
476 { "PING", inet_get, AF_INET, IPPROTO_ICMP },
478 { "RAW", inet_get, AF_INET, IPPROTO_RAW },
480 { "TCPv6", inet_get, AF_INET6, IPPROTO_TCP },
[all …]
DChangeLog328 * socketutils.c (unix_get, inet_get, netlink_gen): Add family, protocol,
331 (protocols): Add family and proto fields to the structure, call inet_get
9570 (inet_get): Add tcp argument. Pass tcp to the inet_send_query and
9573 tcp to the inet_get call.
15625 (unix_get, inet_get, netlink_get): Cast the protocol name from
15884 (unix_get, inet_get, tcp_v4_get, tcp_v6_get, udp_v4_get,