Searched refs:ng_mesg (Results 76 - 91 of 91) sorted by relevance

1234

/freebsd-current/usr.sbin/ppp/
H A Dtty.c256 u_char rbuf[sizeof(struct ng_mesg) + sizeof(struct nodeinfo)];
257 struct ng_mesg *reply;
272 reply = (struct ng_mesg *)rbuf;
/freebsd-current/sys/netgraph/
H A Dng_socket.c223 struct ng_mesg *msg;
902 struct ng_mesg *msg;
977 m = m_devget((caddr_t)msg, sizeof(struct ng_mesg) + msg->header.arglen,
H A Dng_bridge.c530 struct ng_mesg *resp = NULL;
532 struct ng_mesg *msg;
863 struct ng_mesg *msg;
H A Dng_l2tp.c455 struct ng_mesg *resp = NULL;
456 struct ng_mesg *msg;
1165 struct ng_mesg *msg;
H A Dng_tty.c250 struct ng_mesg *msg, *resp = NULL;
H A Dng_lmi.c442 struct ng_mesg *resp = NULL;
444 struct ng_mesg *msg;
H A Dng_pipe.c299 struct ng_mesg *resp = NULL;
300 struct ng_mesg *msg, *flow_msg;
H A Dng_nat.c366 struct ng_mesg *resp = NULL;
367 struct ng_mesg *msg;
H A Dng_car.c419 struct ng_mesg *resp = NULL;
421 struct ng_mesg *msg;
H A Dng_pptpgre.c421 struct ng_mesg *resp = NULL;
423 struct ng_mesg *msg;
H A Dng_ppp.c584 struct ng_mesg *resp = NULL;
586 struct ng_mesg *msg;
/freebsd-current/sys/netgraph/netflow/
H A Dng_netflow.c374 struct ng_mesg *resp = NULL;
376 struct ng_mesg *msg;
/freebsd-current/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_misc.c69 struct ng_mesg *msg = NULL;
/freebsd-current/sys/netgraph/bluetooth/hci/
H A Dng_hci_main.c294 struct ng_mesg *msg = NULL, *rsp = NULL;
H A Dng_hci_evnt.c353 struct ng_mesg *msg = NULL;
/freebsd-current/sys/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt.c1717 struct ng_mesg *msg, *rsp = NULL;

Completed in 137 milliseconds

1234