OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:match_ip
(Results
1 - 1
of
1
) sorted by relevancy
/src/crypto/external/bsd/openssh/dist/
auth.c
99
int match_name,
match_ip
;
local
125
match_ip
= match_hostname(ipaddr, hp);
129
if (match_name > 0 ||
match_ip
> 0) {
154
match_ip
= match_hostname(ipaddr, hp);
160
if (match_name < 0 ||
match_ip
< 0) {
165
if (match_name > 0 ||
match_ip
> 0)
Completed in 23 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026