| /src/usr.sbin/wg-userspace/ |
| wg-userspace.sh | 32 ifid=$1 37 tun=tun$ifid 38 wg=wg$ifid 40 sock=/var/run/wg_rump.${ifid}.sock
|
| /src/external/bsd/ntp/dist/libntp/lib/isc/ |
| netscope.c | 38 unsigned int ifid; local 60 (ifid = if_nametoindex((const char *)scopename)) != 0) 61 zone = (isc_uint32_t)ifid;
|
| /src/external/mpl/bind/dist/lib/isc/ |
| netscope.c | 31 unsigned int ifid; local 57 (ifid = if_nametoindex((const char *)scopename)) != 0) 59 zone = (uint32_t)ifid;
|
| /src/external/mpl/dhcp/bind/dist/lib/isc/ |
| netscope.c | 31 unsigned int ifid; local 57 (ifid = if_nametoindex((const char *)scopename)) != 0) 59 zone = (uint32_t)ifid;
|
| /src/sys/net/npf/ |
| npf_connkey.c | 144 npf_connkey_setckey(npf_connkey_t *key, unsigned ifid, unsigned di) 146 if (ifid) { 152 key->ck_key[0] |= ifid; 166 npf_connkey_getckey(const npf_connkey_t *key, unsigned *ifid, unsigned *di) 170 *ifid = k[0] & ((1U << 20) - 1); 316 unsigned alen, proto, ifid, di; local 330 npf_connkey_getckey(key, &ifid, &di); 331 if (ifid) { 333 npf_ifmap_copyname(npf, ifid, ifname, sizeof(ifname)); 348 unsigned ret, di, ifid = 0 local 383 unsigned alen, proto, ifid, di; local [all...] |
| npf_ruleset.c | 845 const int di_mask, const unsigned ifid) 848 if (rl->r_ifid && rl->r_ifid != ifid) { 873 const int di_mask, const unsigned ifid) 882 if (!npf_rule_inspect(rl, bc_args, di_mask, ifid)) { 906 const unsigned ifid = nbuf->nb_ifid; local 949 if (!npf_rule_inspect(rl, &bc_args, di_mask, ifid)) { 959 rl = npf_rule_reinspect(rl, &bc_args, di_mask, ifid);
|
| npf_mbuf.c | 77 unsigned ifid = npf_ifmap_getid(npf, ifp); local 84 nbuf->nb_ifid = ifid;
|
| npf_conn.c | 299 const unsigned ifid = atomic_load_relaxed(&con->c_ifid); local 306 if (ifid && nbuf) { 313 if (__predict_false(ifid != nbuf->nb_ifid)) {
|
| /src/sys/arch/x68k/x68k/ |
| autoconf.c | 171 int ifid; local 178 ifid = B_X68K_SCSI_IF(bdev); 179 if (ifid >= sizeof name_scsiif/sizeof name_scsiif[0] || 180 !name_scsiif[ifid]) { 199 name_scsiif[ifid], B_X68K_SCSI_IF_UN(bdev));
|
| /src/sys/fs/filecorefs/ |
| filecore_vfsops.c | 516 struct ifid { struct 527 struct ifid ifh; 532 if (fhp->fid_len != sizeof(struct ifid)) 583 struct ifid ifh; 585 if (*fh_size < sizeof(struct ifid)) { 586 *fh_size = sizeof(struct ifid); 590 ifh.ifid_len = sizeof(struct ifid);
|
| /src/sys/fs/adosfs/ |
| advfsops.c | 684 struct ifid { struct 695 struct ifid ifh; 702 if (fhp->fid_len != sizeof(struct ifid)) 731 struct ifid ifh; 733 if (*fh_size < sizeof(struct ifid)) { 734 *fh_size = sizeof(struct ifid); 737 *fh_size = sizeof(struct ifid); 740 ifh.ifid_len = sizeof(struct ifid);
|
| /src/tests/net/if_ipsec/ |
| t_ipsec_natt.sh | 54 local ifid=$2 63 rump_server_add_iface $sock ipsec$ifid 64 atf_check -s exit:0 rump.ifconfig ipsec$ifid link0 # enable NAT-T 65 atf_check -s exit:0 rump.ifconfig ipsec$ifid tunnel ${src_ip},${src_port} ${dst_ip},${dst_port} 66 atf_check -s exit:0 rump.ifconfig ipsec$ifid ${ipsecif_ip}/32
|
| /src/sys/fs/cd9660/ |
| cd9660_vfsops.c | 695 struct ifid { struct 708 struct ifid ifh; 910 struct ifid ifh; 912 if (*fh_size < sizeof(struct ifid)) { 913 *fh_size = sizeof(struct ifid); 916 *fh_size = sizeof(struct ifid); 919 ifh.ifid_len = sizeof(struct ifid);
|
| /src/external/apache2/mDNSResponder/dist/mDNSCore/ |
| mDNS.c | 4417 ^bool(const mDNSAddr * const addr, mDNSInterfaceID ifid, bool unique) 4420 if (!CacheGroupHasAddressOnInterface(current_cg, q->qtype, addr, ifid)) 4425 IIDPrintable(ifid), DM_NAME_PARAM(&q->qname), DNS_TYPE_PARAM(q->qtype), 4432 mDNSSendDNSMessage(m, &m->omsg, end, ifid, mDNSNULL, mDNSNULL, addr, 4446 addr, IIDPrintable(ifid), DM_NAME_PARAM(&q->qname), 13631 mDNSInterfaceID ifid = InterfaceID; 13697 ifid = mDNSInterface_Any; 13704 if (QR_OP == StdQ) mDNSCoreReceiveQuery (m, msg, end, srcaddr, srcport, dstaddr, dstport, ifid); 13706 else if (QR_OP == StdR) mDNSCoreReceiveResponse(m, msg, end, srcaddr, srcport, dstaddr, dstport, mDNSNULL, mDNSNULL, ifid); 13708 else if (QR_OP == StdR) mDNSCoreReceiveResponse(m, msg, end, srcaddr, srcport, dstaddr, dstport, ifid); [all...] |