Home
last modified time | relevance | path

Searched refs:NGM_CONNECT (Results 1 – 10 of 10) sorted by relevance

/freebsd-12-stable/usr.sbin/ngctl/
Dconnect.c84 NGM_CONNECT, &con, sizeof(con)) < 0) { in ConnectCmd()
/freebsd-12-stable/usr.sbin/nghook/
Dmain.c162 NGM_GENERIC_COOKIE, NGM_CONNECT, &ngc, sizeof(ngc)) < 0) in main()
/freebsd-12-stable/tests/sys/netgraph/
Dutil.c81 NGM_GENERIC_COOKIE, NGM_CONNECT, in _ng_connect()
/freebsd-12-stable/libexec/pppoed/
Dpppoed.c220 NGM_CONNECT, ngc, sizeof *ngc) < 0) { in ConfigureNode()
302 NGM_CONNECT, &ngc, sizeof ngc) < 0) { in Spawn()
/freebsd-12-stable/sys/netgraph/
Dng_message.h119 NGM_CONNECT = 3, /* Connect two nodes. */ enumerator
Dng_base.c501 NGM_CONNECT,
2543 case NGM_CONNECT: in ng_generic_msg()
/freebsd-12-stable/usr.sbin/bsnmpd/modules/snmp_netgraph/
Dsnmp_netgraph.c617 NGM_GENERIC_COOKIE, NGM_CONNECT, &conn, sizeof(conn))); in ng_connect_node()
628 NGM_GENERIC_COOKIE, NGM_CONNECT, &conn, sizeof(conn))); in ng_connect_id()
644 NGM_GENERIC_COOKIE, NGM_CONNECT, &conn, sizeof(conn))); in ng_connect2_id()
664 NGM_GENERIC_COOKIE, NGM_CONNECT, &conn, sizeof(conn))); in ng_connect2_tee_id()
/freebsd-12-stable/usr.sbin/ppp/
Dether.c617 NGM_CONNECT, &ngc, sizeof ngc) < 0) { in ether_Create()
Dnetgraph.c703 NGM_CONNECT, &ngc, sizeof ngc) < 0) { in ng_Create()
Dtty.c340 if (NgSendMsg(cs, ".:", NGM_GENERIC_COOKIE, NGM_CONNECT, in LoadLineDiscipline()