Home
last modified time | relevance | path

Searched refs:tcp_md5_check (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.sbin/bgpd/
H A Dsession.h291 int tcp_md5_check(int, struct auth_config *);
H A Dpfkey.c832 tcp_md5_check(int fd, struct auth_config *auth) in tcp_md5_check() function
H A Dsession.c1042 if (tcp_md5_check(connfd, &p->auth_conf) == -1) { in session_accept()