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

/freebsd-10-stable/contrib/ngatm/snmp_atm/
H A Datm.h51 struct atmif_priv *aif; /* back pointer */
58 struct atmif_priv { struct
60 TAILQ_ENTRY(atmif_priv) link;
66 TAILQ_HEAD(atmif_list, atmif_priv);
74 void atmif_check_carrier(struct atmif_priv *);
77 void atmif_send_notification(struct atmif_priv *, enum atmif_notify, uintptr_t);
81 struct atmif_priv **);
84 void atmif_sys_destroy(struct atmif_priv *);
87 int atmif_sys_attach_if(struct atmif_priv *);
90 int atm_sys_get_hw_vendor(struct atmif_priv *, struc
[all...]
H A Dsnmp_atm.c75 struct atmif_priv *aif;
89 struct atmif_priv *aif;
101 atmif_send_notification(struct atmif_priv *aif, enum atmif_notify code,
118 atmif_destroy(struct atmif_priv *aif)
147 struct atmif_priv *aif = data;
161 atmif_check_carrier(struct atmif_priv *aif)
191 atmif_get_mode(struct atmif_priv *aif)
215 atmif_set_mode(struct atmif_priv *aif, int newmode)
253 struct atmif_priv *aif;
351 struct atmif_priv *ai
[all...]
/freebsd-10-stable/usr.sbin/bsnmpd/modules/snmp_atm/
H A Datm_sys.c69 struct atmif_priv *aif;
81 struct atmif_priv *aif = (struct atmif_priv *)pub;
90 atmif_sys_destroy(struct atmif_priv *aif)
105 struct atmif_priv *aif = uarg;
158 atmif_sys_attach_if(struct atmif_priv *aif)
225 struct atmif_priv *aif;
252 atm_sys_get_hw_vendor(struct atmif_priv *aif, struct snmp_value *value)
264 atm_sys_get_hw_device(struct atmif_priv *aif, struct snmp_value *value)
276 atmif_sys_fill_mib(struct atmif_priv *ai
[all...]

Completed in 115 milliseconds