Home
last modified time | relevance | path

Searched refs:_ref (Results 1 – 8 of 8) sorted by relevance

/openbsd/usr.sbin/relayd/
H A Dname2id.c42 void _ref(struct n2id_labels *, u_int16_t);
68 _ref(&relay_tags, id); in tag_ref()
92 _ref(&relay_labels, id); in label_ref()
182 _ref(struct n2id_labels *head, u_int16_t id) in _ref() function
/openbsd/usr.sbin/bgpd/
H A Dname2id.c44 uint16_t _ref(struct n2id_labels *, uint16_t);
70 return (_ref(&rt_labels, id)); in rtlabel_ref()
94 return (_ref(&pftable_labels, id)); in pftable_ref()
184 _ref(struct n2id_labels *head, uint16_t id) in _ref() function
/openbsd/usr.sbin/ripd/
H A Dname2id.c44 void _ref(struct n2id_labels *, u_int16_t);
161 _ref(struct n2id_labels *head, u_int16_t id) in _ref() function
/openbsd/usr.sbin/ospf6d/
H A Dname2id.c38 void _ref(struct n2id_labels *, u_int16_t);
216 _ref(struct n2id_labels *head, u_int16_t id) in _ref() function
/openbsd/usr.sbin/ospfd/
H A Dname2id.c38 void _ref(struct n2id_labels *, u_int16_t);
216 _ref(struct n2id_labels *head, u_int16_t id) in _ref() function
/openbsd/sys/net/
H A Droute.h125 unsigned int _ref; /* [X] # gateway rtentry refs */ member
128 #define rt_cachecnt RT_gw._ref
/openbsd/gnu/usr.bin/perl/
H A Dhandy.h127 ({ SV *_ref = ref; \
128 assert(SvROK(_ref)); \
129 assert(SvTYPE(SvRV(_ref)) == SVt_PV ## XV); \
130 (XV *)(SvRV(_ref)); })
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlperf.pod113 if ( $obj->{_ref}->{_myscore} >= $obj->{_ref}->{_yourscore} ) {