HomeSort by: relevance | last modified time | path
    Searched defs:wrap_status (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/tcpdchk/
inetcf.c 198 int wrap_status = WR_MAYBE; local in function:inet_chk
234 wrap_status = WR_YES;
279 wrap_status = WR_NOT;
281 wrap_status = WR_MAYBE;
283 wrap_status = WR_NOT;
286 wrap_status = WR_MAYBE;
293 if (wrap_status == WR_YES && STR_EQ(protocol, "rpc/tcp"))
298 wrap_status = WR_YES;
300 inet_set(tcpd_proc_name, wrap_status);
inetcf.c 198 int wrap_status = WR_MAYBE; local in function:inet_chk
234 wrap_status = WR_YES;
279 wrap_status = WR_NOT;
281 wrap_status = WR_MAYBE;
283 wrap_status = WR_NOT;
286 wrap_status = WR_MAYBE;
293 if (wrap_status == WR_YES && STR_EQ(protocol, "rpc/tcp"))
298 wrap_status = WR_YES;
300 inet_set(tcpd_proc_name, wrap_status);

Completed in 22 milliseconds