Searched refs:BGP_PORT (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/usr.sbin/bgpd/
H A Dpfkey.c677 local_addr, &p->conf.remote_addr, 0, BGP_PORT) == -1)
683 local_addr, &p->conf.remote_addr, BGP_PORT, 0) == -1)
689 &p->conf.remote_addr, local_addr, 0, BGP_PORT) == -1)
695 &p->conf.remote_addr, local_addr, BGP_PORT, 0) == -1)
751 &p->auth.local_addr, &p->conf.remote_addr, 0, BGP_PORT) == -1)
757 &p->auth.local_addr, &p->conf.remote_addr, BGP_PORT, 0) == -1)
763 &p->conf.remote_addr, &p->auth.local_addr, 0, BGP_PORT) == -1)
769 &p->conf.remote_addr, &p->auth.local_addr, BGP_PORT, 0) == -1)
H A Dprintconf.c419 if (port != BGP_PORT)
767 if (p->remote_port != BGP_PORT)
H A Dparse.y773 sa = addr2sa(&$3, BGP_PORT, &la->sa_len);
4154 ((struct sockaddr_in *)&la->sa)->sin_port = htons(BGP_PORT);
4164 ((struct sockaddr_in6 *)&la->sa)->sin6_port = htons(BGP_PORT);
4640 p->conf.remote_port = BGP_PORT;
/openbsd-current/usr.sbin/tcpdump/
H A Dprint-tcp.c113 #ifndef BGP_PORT
114 #define BGP_PORT 179 macro
631 if (sport == BGP_PORT || dport == BGP_PORT)

Completed in 253 milliseconds