Searched refs:NM_BDG_NAME (Results 1 – 5 of 5) sorted by relevance
/freebsd/usr.sbin/valectl/ |
H A D | valectl.c | 409 if (strncmp(a.name, NM_BDG_NAME, strlen(NM_BDG_NAME))) { in main()
|
/freebsd/sys/dev/netmap/ |
H A D | netmap_vale.c | 151 .name = NM_BDG_NAME, 331 if (strncmp(hdr->nr_name, NM_BDG_NAME, in netmap_vale_list() 332 strlen(NM_BDG_NAME))) { in netmap_vale_list() 1430 if (!strncmp(hdr->nr_name, NM_BDG_NAME, strlen(NM_BDG_NAME))) in netmap_vi_create()
|
/freebsd/sys/net/ |
H A D | netmap.h | 680 #define NM_BDG_NAME "vale" /* prefix for bridge port name */ macro
|
H A D | netmap_user.h | 839 strncmp(ifname, NM_BDG_NAME, strlen(NM_BDG_NAME))) { in nm_open()
|
/freebsd/lib/libnetmap/ |
H A D | nmreq.c | 90 declprefix(NM_BDG_NAME, NR_P_ID|NR_P_EMPTYID),
|