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

  /src/usr.sbin/ldpd/
socketops.c 100 uint lastifindex; local in function:create_hello_sockets
138 lastifindex = UINT_MAX;
147 lastifindex == if_nametoindex(ifb->ifa_name))
149 lastifindex = if_nametoindex(ifb->ifa_name);
217 lastifindex = UINT_MAX;
237 if (lastifindex == if_nametoindex(ifb->ifa_name))
239 mcast_addr6.ipv6mr_interface = lastifindex =
415 uint lastifindex; local in function:send_hello
498 lastifindex = UINT_MAX;
508 lastifindex == if_nametoindex(ifb->ifa_name)
    [all...]

Completed in 11 milliseconds