HelenOS sources
ip_ver_t 226 uspace/app/ping/ping.c ip_ver_t ip_ver = ip_any;
ip_ver_t 58 uspace/lib/inet/include/inet/addr.h ip_ver_t version;
ip_ver_t 68 uspace/lib/inet/include/inet/addr.h ip_ver_t version;
ip_ver_t 117 uspace/lib/inet/include/inet/addr.h extern ip_ver_t inet_addr_get(const inet_addr_t *, addr32_t *, addr128_t *);
ip_ver_t 118 uspace/lib/inet/include/inet/addr.h extern ip_ver_t inet_naddr_get(const inet_naddr_t *, addr32_t *, addr128_t *,
ip_ver_t 53 uspace/lib/inet/include/inet/dnsr.h extern errno_t dnsr_name2host(const char *, dnsr_hostinfo_t **, ip_ver_t);
ip_ver_t 45 uspace/lib/inet/include/inet/host.h extern errno_t inet_host_lookup_one(inet_host_t *, ip_ver_t, inet_addr_t *);
ip_ver_t 46 uspace/lib/inet/include/inet/host.h extern errno_t inet_host_plookup_one(const char *, ip_ver_t, inet_addr_t *,
ip_ver_t 45 uspace/lib/inet/include/inet/hostport.h extern errno_t inet_hostport_lookup_one(inet_hostport_t *, ip_ver_t, inet_ep_t *);
ip_ver_t 46 uspace/lib/inet/include/inet/hostport.h extern errno_t inet_hostport_plookup_one(const char *, ip_ver_t, inet_ep_t *,
ip_ver_t 81 uspace/lib/inet/include/inet/iplink.h errno_t (*recv)(iplink_t *, iplink_recv_sdu_t *, ip_ver_t);
ip_ver_t 70 uspace/lib/inet/include/inet/iplink_srv.h extern errno_t iplink_ev_recv(iplink_srv_t *, iplink_recv_sdu_t *, ip_ver_t);
ip_ver_t 654 uspace/lib/inet/src/addr.c ip_ver_t inet_addr_get(const inet_addr_t *addr, addr32_t *v4, addr128_t *v6)
ip_ver_t 673 uspace/lib/inet/src/addr.c ip_ver_t inet_naddr_get(const inet_naddr_t *naddr, addr32_t *v4, addr128_t *v6,
ip_ver_t 69 uspace/lib/inet/src/dnsr.c errno_t dnsr_name2host(const char *name, dnsr_hostinfo_t **rinfo, ip_ver_t ver)
ip_ver_t 163 uspace/lib/inet/src/host.c errno_t inet_host_lookup_one(inet_host_t *host, ip_ver_t version, inet_addr_t *addr)
ip_ver_t 203 uspace/lib/inet/src/host.c errno_t inet_host_plookup_one(const char *str, ip_ver_t version, inet_addr_t *addr,
ip_ver_t 214 uspace/lib/inet/src/hostport.c errno_t inet_hostport_lookup_one(inet_hostport_t *hp, ip_ver_t version,
ip_ver_t 258 uspace/lib/inet/src/hostport.c errno_t inet_hostport_plookup_one(const char *str, ip_ver_t version, inet_ep_t *ep,
ip_ver_t 251 uspace/lib/inet/src/iplink.c ip_ver_t ver = ipc_get_arg1(icall);
ip_ver_t 309 uspace/lib/inet/src/iplink_srv.c errno_t iplink_ev_recv(iplink_srv_t *srv, iplink_recv_sdu_t *sdu, ip_ver_t ver)
ip_ver_t 94 uspace/srv/net/dnsrsrv/dnsrsrv.c ip_ver_t ver = ipc_get_arg1(icall);
ip_ver_t 192 uspace/srv/net/dnsrsrv/query.c errno_t dns_name2host(const char *name, dns_host_info_t **rinfo, ip_ver_t ver)
ip_ver_t 42 uspace/srv/net/dnsrsrv/query.h extern errno_t dns_name2host(const char *, dns_host_info_t **, ip_ver_t);
ip_ver_t 75 uspace/srv/net/ethip/arp.c ip_ver_t laddr_ver = inet_addr_get(&laddr->addr, &laddr_v4, NULL);
ip_ver_t 378 uspace/srv/net/ethip/ethip_nic.c ip_ver_t ver = inet_addr_get(&laddr->addr, NULL, NULL);
ip_ver_t 397 uspace/srv/net/ethip/ethip_nic.c ip_ver_t ver = inet_addr_get(&laddr->addr, NULL, &v6);
ip_ver_t 247 uspace/srv/net/inetsrv/addrobj.c ip_ver_t lsrc_ver = inet_addr_get(&lsrc_addr, &lsrc_v4, &lsrc_v6);
ip_ver_t 251 uspace/srv/net/inetsrv/addrobj.c ip_ver_t ldest_ver = inet_addr_get(ldest, &ldest_v4, &ldest_v6);
ip_ver_t 60 uspace/srv/net/inetsrv/icmpv6.c ip_ver_t src_ver = inet_addr_get(&dgram->src, NULL, &src_v6);
ip_ver_t 63 uspace/srv/net/inetsrv/icmpv6.c ip_ver_t dest_ver = inet_addr_get(&dgram->dest, NULL, &dest_v6);
ip_ver_t 59 uspace/srv/net/inetsrv/inet_link.c static errno_t inet_iplink_recv(iplink_t *, iplink_recv_sdu_t *, ip_ver_t);
ip_ver_t 90 uspace/srv/net/inetsrv/inet_link.c static errno_t inet_iplink_recv(iplink_t *iplink, iplink_recv_sdu_t *sdu, ip_ver_t ver)
ip_ver_t 346 uspace/srv/net/inetsrv/inet_link.c ip_ver_t src_ver = inet_addr_get(&dgram->src, &src_v4, NULL);
ip_ver_t 351 uspace/srv/net/inetsrv/inet_link.c ip_ver_t dest_ver = inet_addr_get(&dgram->dest, &dest_v4, NULL);
ip_ver_t 421 uspace/srv/net/inetsrv/inet_link.c ip_ver_t src_ver = inet_addr_get(&dgram->src, NULL, &src_v6);
ip_ver_t 426 uspace/srv/net/inetsrv/inet_link.c ip_ver_t dest_ver = inet_addr_get(&dgram->dest, NULL, &dest_v6);
ip_ver_t 540 uspace/srv/net/inetsrv/pdu.c ip_ver_t src_ver = inet_addr_get(&dgram->src, NULL,
ip_ver_t 99 uspace/srv/net/inetsrv/sroute.c ip_ver_t addr_ver = inet_addr_get(addr, NULL, NULL);
ip_ver_t 108 uspace/srv/net/inetsrv/sroute.c ip_ver_t dest_ver = inet_naddr_get(&sroute->dest, NULL, NULL,
ip_ver_t 82 uspace/srv/net/loopip/loopip.c ip_ver_t ver;
ip_ver_t 147 uspace/srv/net/tcp/pdu.c static ip_ver_t tcp_phdr_setup(tcp_pdu_t *pdu, tcp_phdr_t *phdr,
ip_ver_t 270 uspace/srv/net/tcp/pdu.c ip_ver_t ver = tcp_phdr_setup(pdu, &phdr, &phdr6);
ip_ver_t 86 uspace/srv/net/udp/pdu.c static ip_ver_t udp_phdr_setup(udp_pdu_t *pdu, udp_phdr_t *phdr,
ip_ver_t 91 uspace/srv/net/udp/pdu.c ip_ver_t src_ver = inet_addr_get(&pdu->src, &src_v4, &src_v6);
ip_ver_t 95 uspace/srv/net/udp/pdu.c ip_ver_t dest_ver = inet_addr_get(&pdu->dest, &dest_v4, &dest_v6);
ip_ver_t 138 uspace/srv/net/udp/pdu.c ip_ver_t ver = udp_phdr_setup(pdu, &phdr, &phdr6);
HelenOS homepage, sources at GitHub