HomeSort by: relevance | last modified time | path
    Searched defs:rcvfrom (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/rtadvd/
rtadvd.c 86 struct sockaddr_in6 rcvfrom; variable in typeref:struct:sockaddr_in6
817 inet_ntop(AF_INET6, &rcvfrom.sin6_addr, ntopbuf,
827 inet_ntop(AF_INET6, &rcvfrom.sin6_addr, ntopbuf,
837 inet_ntop(AF_INET6, &rcvfrom.sin6_addr, ntopbuf,
842 rs_input(i, (struct nd_router_solicit *)icp, pi, &rcvfrom);
854 inet_ntop(AF_INET6, &rcvfrom.sin6_addr, ntopbuf,
864 inet_ntop(AF_INET6, &rcvfrom.sin6_addr, ntopbuf,
874 inet_ntop(AF_INET6, &rcvfrom.sin6_addr, ntopbuf,
879 ra_input(i, (struct nd_router_advert *)icp, pi, &rcvfrom);
1583 rcvmhdr.msg_name = &rcvfrom;
    [all...]
rtadvd.c 86 struct sockaddr_in6 rcvfrom; variable in typeref:struct:sockaddr_in6
817 inet_ntop(AF_INET6, &rcvfrom.sin6_addr, ntopbuf,
827 inet_ntop(AF_INET6, &rcvfrom.sin6_addr, ntopbuf,
837 inet_ntop(AF_INET6, &rcvfrom.sin6_addr, ntopbuf,
842 rs_input(i, (struct nd_router_solicit *)icp, pi, &rcvfrom);
854 inet_ntop(AF_INET6, &rcvfrom.sin6_addr, ntopbuf,
864 inet_ntop(AF_INET6, &rcvfrom.sin6_addr, ntopbuf,
874 inet_ntop(AF_INET6, &rcvfrom.sin6_addr, ntopbuf,
879 ra_input(i, (struct nd_router_advert *)icp, pi, &rcvfrom);
1583 rcvmhdr.msg_name = &rcvfrom;
    [all...]

Completed in 58 milliseconds