Home
last modified time | relevance | path

Searched refs:LSA_24_GETHI (Results 1 – 6 of 6) sorted by relevance

/openbsd/usr.sbin/ospf6d/
H A Dhello.c173 nbr->priority = LSA_24_GETHI(ntohl(hello.opts)); in recv_hello()
207 nbr->priority = LSA_24_GETHI(ntohl(hello.opts)); in recv_hello()
211 if (nbr->priority != LSA_24_GETHI(ntohl(hello.opts))) { in recv_hello()
212 nbr->priority = LSA_24_GETHI(ntohl(hello.opts)); in recv_hello()
H A Dospf6.h186 #define LSA_24_GETHI(x) \ macro
H A Drde_spf.c221 flags = LSA_24_GETHI(ntohl(v->lsa->data.rtr.opts)); in rt_calc()
245 flags = LSA_24_GETHI(ntohl(w->lsa->data.rtr.opts)); in rt_calc()
/openbsd/usr.sbin/ospfd/
H A Dospf.h202 #define LSA_24_GETHI(x) \ macro
/openbsd/usr.sbin/ospfctl/
H A Doutput.c507 LSA_24_GETHI(ntohl(lsa->ls_id)), in show_db_hdr_msg_detail()
/openbsd/usr.sbin/ospf6ctl/
H A Dospf6ctl.c887 print_ospf_flags(LSA_24_GETHI(ntohl(lsa->data.rtr.opts)))); in show_db_msg_detail()