HomeSort by relevance Sort by last modified time
    Searched refs:inp6 (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet6/
sctp6_usrreq.c 783 struct in6pcb *inp6; local
807 inp6 = (struct in6pcb *)inp;
810 inp6->inp_vflag |= INP_IPV6;
815 inp6->in6p_hops = -1; /* use kernel default */
816 inp6->in6p_cksum = -1; /* just to be sure */
824 inp6->inp_ip_ttl = MODULE_GLOBAL(ip_defttl);
858 struct in6pcb *inp6; local
896 inp6 = (struct in6pcb *)inp;
898 inp6->inp_vflag &= ~INP_IPV4;
899 inp6->inp_vflag |= INP_IPV6
1049 struct in6pcb *inp6; local
1185 struct in6pcb *inp6; local
1586 struct in6pcb *inp6 = sotoin6pcb(so); local
1651 struct in6pcb *inp6 = sotoin6pcb(so); local
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_asconf.c 1968 struct in6pcb *inp6; local
2045 struct in6pcb *inp6; local
2161 struct in6pcb *inp6; local
    [all...]
sctp_usrreq.c 2087 struct in6pcb *inp6; local
    [all...]
  /external/fio/
server.c 1419 struct in6_addr *inp6)
1425 ret = inet_pton(AF_INET6, host, inp6);
1444 memcpy(inp6, &((struct sockaddr_in6 *) res->ai_addr)->sin6_addr, sizeof(*inp6));
    [all...]

Completed in 926 milliseconds