Home
last modified time | relevance | path

Searched refs:sc_p (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/netgraph/
H A Dng_source.c97 typedef struct privdata *sc_p; typedef
113 static void ng_source_clr_data (sc_p);
115 static void ng_source_stop (sc_p);
281 sc_p sc; in ng_source_constructor()
299 sc_p sc = NG_NODE_PRIVATE(node); in ng_source_newhook()
350 sc_p sc = NG_NODE_PRIVATE(node); in ng_source_rcvmsg()
585 sc_p sc = NG_NODE_PRIVATE(node); in ng_source_rmnode()
602 sc_p sc; in ng_source_disconnect()
666 ng_source_clr_data (sc_p sc) in ng_source_clr_data()
711 ng_source_stop(sc_p sc) in ng_source_stop()
[all …]
H A Dng_tty.c96 typedef struct ngt_softc *sc_p; typedef
156 sc_p sc; in ngt_constructor()
176 const sc_p sc = NG_NODE_PRIVATE(node); in ngt_newhook()
209 const sc_p sc = NG_NODE_PRIVATE(NG_HOOK_NODE(hook)); in ngt_disconnect()
227 const sc_p sc = NG_NODE_PRIVATE(node); in ngt_shutdown()
251 const sc_p sc = NG_NODE_PRIVATE(node); in ngt_rcvmsg()
313 const sc_p sc = NG_NODE_PRIVATE(NG_HOOK_NODE(hook)); in ngt_rcvdata()
351 sc_p sc = ttyhook_softc(tp); in ngt_getc_inject()
395 sc_p sc = ttyhook_softc(tp); in ngt_getc_poll()
409 sc_p sc = ttyhook_softc(tp); in ngt_rint_bypass()
[all …]
H A Dng_cisco.c111 typedef struct cisco_priv *sc_p; typedef
122 static int cisco_input(sc_p sc, item_p item);
125 static void cisco_notify(sc_p sc, uint32_t cmd);
189 sc_p sc; in cisco_constructor()
212 const sc_p sc = NG_NODE_PRIVATE(node); in cisco_newhook()
247 const sc_p sc = NG_NODE_PRIVATE(node); in cisco_rcvmsg()
401 const sc_p sc = NG_NODE_PRIVATE(node); in cisco_shutdown()
439 cisco_input(sc_p sc, item_p item) in cisco_input()
581 const sc_p sc = arg1; in cisco_keepalive()
594 cisco_send(sc_p sc, int type, long par1, long par2) in cisco_send()
[all …]
H A Dng_lmi.c140 typedef struct nglmi_softc *sc_p; typedef
147 static void nglmi_startup_auto(sc_p sc);
148 static void nglmi_startup(sc_p sc);
186 sc_p sc; in nglmi_constructor()
207 sc_p sc = NG_NODE_PRIVATE(node); in nglmi_newhook()
264 sc_p sc = NG_NODE_PRIVATE(node); in LMI_ticker()
291 nglmi_startup_auto(sc_p sc) in nglmi_startup_auto()
300 nglmi_startup(sc_p sc) in nglmi_startup()
311 nglmi_inquire(sc_p sc, int full) in nglmi_inquire()
393 ngauto_state_machine(sc_p sc) in ngauto_state_machine()
[all …]
H A Dng_async.c88 typedef struct ng_async_private *sc_p; typedef
104 static int nga_rcv_sync(const sc_p sc, item_p item);
105 static int nga_rcv_async(const sc_p sc, item_p item);
183 sc_p sc; in nga_constructor()
205 const sc_p sc = NG_NODE_PRIVATE(node); in nga_newhook()
242 const sc_p sc = NG_NODE_PRIVATE(NG_HOOK_NODE(hook)); in nga_rcvdata()
257 const sc_p sc = NG_NODE_PRIVATE(node); in nga_rcvmsg()
339 const sc_p sc = NG_NODE_PRIVATE(node); in nga_shutdown()
356 const sc_p sc = NG_NODE_PRIVATE(NG_HOOK_NODE(hook)); in nga_disconnect()
400 nga_rcv_sync(const sc_p sc, item_p item) in nga_rcv_sync()
[all …]
H A Dng_frame_relay.c93 typedef struct frmrel_softc *sc_p; typedef
137 static int ngfrm_allocate_CTX(sc_p sc, int dlci);
158 ngfrm_allocate_CTX(sc_p sc, int dlci) in ngfrm_allocate_CTX()
215 sc_p sc; in ngfrm_constructor()
236 const sc_p sc = NG_NODE_PRIVATE(node); in ngfrm_newhook()
334 sc_p sc; in ngfrm_rcvdata()
411 const sc_p sc = NG_NODE_PRIVATE(node); in ngfrm_decode()
469 const sc_p sc = NG_NODE_PRIVATE(node); in ngfrm_shutdown()
486 const sc_p sc = NG_NODE_PRIVATE(NG_HOOK_NODE(hook)); in ngfrm_disconnect()
H A Dng_tee.c80 typedef struct privdata *sc_p; typedef
154 sc_p privdata; in ng_tee_constructor()
168 sc_p privdata = NG_NODE_PRIVATE(node); in ng_tee_newhook()
210 const sc_p sc = NG_NODE_PRIVATE(node); in ng_tee_rcvmsg()
340 const sc_p privdata = NG_NODE_PRIVATE(node); in ng_tee_close()
354 const sc_p privdata = NG_NODE_PRIVATE(node); in ng_tee_shutdown()
368 sc_p sc = NG_NODE_PRIVATE(NG_HOOK_NODE(hook)); in ng_tee_disconnect()