Searched refs:vtysh_client (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/vtysh/
H A Dvtysh.c44 struct vtysh_client struct
47 } vtysh_client[VTYSH_INDEX_MAX]; variable in typeref:struct:vtysh_client
184 vclient_close (struct vtysh_client *vclient)
197 vtysh_client_config (struct vtysh_client *vclient, char *line)
295 vtysh_client_execute (struct vtysh_client *vclient, char *line, FILE *fp)
345 vtysh_client_execute (&vtysh_client[VTYSH_INDEX_RIP], "exit", stdout);
407 cmd_stat = vtysh_client_execute (&vtysh_client[VTYSH_INDEX_ZEBRA],
410 cmd_stat = vtysh_client_execute (&vtysh_client[VTYSH_INDEX_RIP],
413 cmd_stat = vtysh_client_execute (&vtysh_client[VTYSH_INDEX_RIPNG], line, fp);
415 cmd_stat = vtysh_client_execute (&vtysh_client[VTYSH_INDEX_OSP
[all...]

Completed in 212 milliseconds