Symbol: netcfg_rump_if
tests/fs/common/fstest_nfs.c
143
netcfg_rump_if(ifname, CLIENTADDR, NETNETMASK);
tests/fs/common/fstest_nfs.c
145
netcfg_rump_if(ifname_ro, CLIENTROADDR, NETNETMASK);
tests/fs/nfs/nfsservice/rumpnfsd.c
133
netcfg_rump_if(ifname, serveraddr, netmask);
tests/fs/nfs/nfsservice/rumpnfsd.c
136
netcfg_rump_if(ifname_ro, serveraddr_ro, netmask);
tests/net/bpf/t_bpf.c
158
netcfg_rump_if(ifr.ifr_name, "10.1.1.1", "255.0.0.0");
tests/net/bpfilter/t_bpfilter.c
249
netcfg_rump_if(ifr.ifr_name, "10.1.1.10", "255.0.0.0");
tests/net/bpfilter/t_bpfilter.c
259
netcfg_rump_if(ifr.ifr_name, "10.1.1.20", "255.0.0.0");
tests/net/bpfilter/t_bpfilter.c
306
netcfg_rump_if(ifr.ifr_name, "10.1.1.20", "255.0.0.0");
tests/net/icmp/t_forward.c
116
netcfg_rump_if(ifname, "1.0.0.2", "255.255.255.0");
tests/net/icmp/t_forward.c
78
netcfg_rump_if(ifname, "1.0.0.1", "255.255.255.0");
tests/net/icmp/t_ping.c
224
netcfg_rump_if(ifname, "1.1.1.10", "255.255.255.0");
tests/net/icmp/t_ping.c
231
netcfg_rump_if(ifname, "1.1.1.20", "255.255.255.0");
tests/net/icmp/t_ping.c
260
netcfg_rump_if(ifname, "1.1.1.10", "255.255.255.0");
tests/net/icmp/t_ping.c
264
netcfg_rump_if(ifname, "1.1.1.20", "255.255.255.0");
tests/net/icmp/t_ping.c
293
netcfg_rump_if(ifname, "1.1.1.10", "255.255.255.0");
tests/net/icmp/t_ping.c
300
netcfg_rump_if(ifname, "1.1.1.20", "255.255.255.0");
tests/net/icmp/t_ping.c
361
netcfg_rump_if(ifname,
tests/net/icmp/t_ping.c
385
netcfg_rump_if(ifname, "1.1.1.20", "255.255.255.0");
tests/net/icmp/t_ping.c
84
netcfg_rump_if(ifname, "1.1.1.10", "255.255.255.0");
tests/net/icmp/t_ping.c
98
netcfg_rump_if(ifname, "1.1.1.20", "255.255.255.0");
tests/net/if/t_compat.c
66
netcfg_rump_if(ifreq.ifr_name, "1.7.64.10", "255.255.0.0");
tests/net/if_loop/t_pr.c
75
netcfg_rump_if(ifname, "127.0.0.1", "255.0.0.0");
tests/net/net/t_pktinfo_send.c
61
netcfg_rump_if("lo0", "127.0.0.2", "255.0.0.0");
tests/net/net/t_pktinfo_send.c
62
netcfg_rump_if("lo0", "127.0.0.3", "255.0.0.0");
tests/net/net/t_pktinfo_send.c
622
netcfg_rump_if(ifname2, "192.168.2.1", "255.255.255.0");
tests/net/net/t_pktinfo_send.c
623
netcfg_rump_if(ifname3, "192.168.0.1", "255.255.0.0");
tests/net/net/t_pktinfo_send.c
63
netcfg_rump_if("lo0", "127.0.0.4", "255.0.0.0");
tests/net/net/t_pktinfo_send.c
64
netcfg_rump_if("lo0", "127.0.0.5", "255.0.0.0");
tests/net/net/t_pktinfo_send.c
653
netcfg_rump_if(ifname2, "192.168.2.2", "255.255.255.0");
tests/net/net/t_pktinfo_send.c
654
netcfg_rump_if(ifname3, "192.168.0.2", "255.255.255.0");
tests/net/net/t_pktinfo_send.c
718
netcfg_rump_if(ifname2, "192.168.2.1", "255.255.255.0");
tests/net/net/t_pktinfo_send.c
719
netcfg_rump_if(ifname3, "192.168.0.1", "255.255.0.0");
tests/net/net/t_pktinfo_send.c
748
netcfg_rump_if(ifname2, "192.168.2.2", "255.255.255.0");
tests/net/net/t_pktinfo_send.c
749
netcfg_rump_if(ifname3, "192.168.0.2", "255.255.255.0");