Lines Matching defs:linkid
885 * - determine the linkid for the interface being targetted
886 * - open the interface with said linkid
905 datalink_id_t linkid;
923 error = pfp_lifreq_getlinkid(arg, &lifreq, &linkid, mod);
939 error = pfp_ifreq_getlinkid(arg, &ifreq, &linkid, mod);
962 error = mac_open_by_linkid(linkid, &mh);
968 lifreq.lifr_index = linkid;
972 ifreq.ifr_index = linkid;
988 if (linkid != ps->ps_linkid) {
1000 if (linkid != ps->ps_linkid) {
1138 * determine the linkid for the interface name stored in that structure.
1163 * determine the linkid for the interface name stored in that structure.