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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/vtysh/
H A Dvtysh.c295 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_OSPF],
418 cmd_stat = vtysh_client_execute (&vtysh_client[VTYSH_INDEX_OSPF6], line, fp);
420 cmd_stat = vtysh_client_execute (&vtysh_client[VTYSH_INDEX_BGP],
455 if (vtysh_client_execute (&vtysh_client[VTYSH_INDEX_ZEBRA], line, fp)
459 if (vtysh_client_execute (
294 vtysh_client_execute (struct vtysh_client *vclient, char *line, FILE *fp) function
[all...]

Completed in 81 milliseconds