Home
last modified time | relevance | path

Searched refs:NGM_MKPEER (Results 1 – 11 of 11) sorted by relevance

/freebsd/tests/sys/netgraph/
H A Dksocket.c69 ATF_REQUIRE(NgSendMsg(cs, ".", NGM_GENERIC_COOKIE, NGM_MKPEER, &mkp, in ATF_TC_BODY()
93 ATF_REQUIRE(NgSendMsg(cs, ".", NGM_GENERIC_COOKIE, NGM_MKPEER, &mkp, in ATF_TC_BODY()
H A Dutil.c97 NGM_GENERIC_COOKIE, NGM_MKPEER, in _ng_mkpeer()
/freebsd/usr.sbin/ngctl/
H A Dmkpeer.c82 NGM_MKPEER, &mkp, sizeof(mkp)) < 0) { in MkPeerCmd()
/freebsd/sys/netgraph/
H A Dng_message.h119 NGM_MKPEER = 2, /* Create and attach a peer node. */ enumerator
H A Dng_socket.c282 msg->header.cmd == NGM_MKPEER) { in ngc_send()
H A Dng_base.c495 NGM_MKPEER,
2528 case NGM_MKPEER: in ng_generic_msg()
/freebsd/libexec/pppoed/
H A Dpppoed.c205 NGM_MKPEER, &mkp, sizeof mkp) < 0) { in ConfigureNode()
/freebsd/usr.sbin/ppp/
H A Dether.c593 NGM_MKPEER, &mkp, sizeof mkp) < 0) { in ether_Create()
H A Dnetgraph.c639 NGM_MKPEER, &mkp, sizeof mkp) < 0) { in ng_Create()
H A Dtty.c326 NGM_MKPEER, &ngm, sizeof ngm) < 0) { in LoadLineDiscipline()
/freebsd/usr.sbin/bsnmpd/modules/snmp_netgraph/
H A Dsnmp_netgraph.c740 if (NgSendMsg(csock, path, NGM_GENERIC_COOKIE, NGM_MKPEER, in ng_mkpeer_id()