Home
last modified time | relevance | path

Searched refs:AllSPFRouters (Results 1 – 16 of 16) sorted by relevance

/openbsd/src/usr.sbin/ospfd/
Dlsack.c271 inet_pton(AF_INET, AllSPFRouters, &addr); in ls_ack_tx_timer()
276 inet_pton(AF_INET, AllSPFRouters, &addr); in ls_ack_tx_timer()
Dpacket.c187 inet_pton(AF_INET, AllSPFRouters, &addr); in recv_packet()
233 inet_pton(AF_INET, AllSPFRouters, &addr); in recv_packet()
Dospf.h30 #define AllSPFRouters "224.0.0.5" macro
Dinterface.c355 inet_pton(AF_INET, AllSPFRouters, &addr); in if_act_start()
369 inet_pton(AF_INET, AllSPFRouters, &addr); in if_act_start()
546 inet_pton(AF_INET, AllSPFRouters, &addr); in if_act_reset()
Dlsreq.c48 inet_pton(AF_INET, AllSPFRouters, &dst.sin_addr); in send_ls_req()
Dhello.c51 inet_pton(AF_INET, AllSPFRouters, &dst.sin_addr); in send_hello()
Ddatabase.c119 inet_pton(AF_INET, AllSPFRouters, &dst.sin_addr); in send_db_description()
Dlsupdate.c460 inet_pton(AF_INET, AllSPFRouters, &addr); in ls_retrans_timer()
/openbsd/src/usr.sbin/ospf6d/
Dlsack.c268 inet_pton(AF_INET6, AllSPFRouters, &addr); in ls_ack_tx_timer()
273 inet_pton(AF_INET6, AllSPFRouters, &addr); in ls_ack_tx_timer()
Dinterface.c401 inet_pton(AF_INET6, AllSPFRouters, &addr); in if_act_start()
416 inet_pton(AF_INET6, AllSPFRouters, &addr); in if_act_start()
593 inet_pton(AF_INET6, AllSPFRouters, &addr); in if_act_reset()
Dospf6.h30 #define AllSPFRouters "ff02::5" macro
Dlsreq.c45 inet_pton(AF_INET6, AllSPFRouters, &dst); in send_ls_req()
Dhello.c46 inet_pton(AF_INET6, AllSPFRouters, &dst); in send_hello()
Dpacket.c183 inet_pton(AF_INET6, AllSPFRouters, &addr); in recv_packet()
Ddatabase.c114 inet_pton(AF_INET6, AllSPFRouters, &dst); in send_db_description()
Dlsupdate.c467 inet_pton(AF_INET6, AllSPFRouters, &addr); in ls_retrans_timer()