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

  /src/sbin/routed/
output.c 111 naddr tgt_mcast; local in function:output
160 tgt_mcast = htonl(ifp->int_index);
172 tgt_mcast = 0;
175 tgt_mcast = ifp->int_addr;
179 &tgt_mcast,
180 sizeof(tgt_mcast))) {
rdisc.c 707 naddr tgt_mcast; local in function:send_rdisc
746 tgt_mcast = htonl(ifp->int_index);
757 tgt_mcast = 0;
760 tgt_mcast = ifp->int_addr;
764 &tgt_mcast, sizeof(tgt_mcast))) {

Completed in 100 milliseconds