Lines Matching refs:ifindex
380 uint_t ifindex;
476 ifindex = incoming_interface(&msg);
477 rip_input(&from, cc, ifindex);
552 rip_input(struct sockaddr_in *from, int size, uint_t ifindex)
570 char ifstring[IF_NAMESIZE + 3*sizeof (ifindex) + sizeof (" ()") + 1];
580 if (ifindex == 0) {
583 if (if_indextoname(ifindex, ifname) != NULL)
585 ifname, ifindex);
588 ifindex);
770 uint_t ifindex = 0;
782 ifindex = *(uint_t *)opt;
783 return (ifindex);