Searched refs:stp_in_stpm_create (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/librstp/common/ |
H A D | stpm.h | 124 void* stp_in_stpm_create (int vlan_id, char *name, int *err_code);
|
H A D | stpmgmt.c | 45 this = stp_in_stpm_create (vlan_id, name, &err_code);
|
H A D | stp_in.c | 35 stp_in_stpm_create (int vlan_id, char* name, int* err_code) function 39 /* stp_trace ("stp_in_stpm_create(%s)", name); */ 83 this = stp_in_stpm_create (vlan_id, name, &err_code); 761 this = stp_in_stpm_create (vlan_id, uid_cfg->vlan_name, &err_code);
|
Completed in 45 milliseconds