HomeSort by: relevance | last modified time | path
    Searched refs:is_auth (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_state.h 67 u_short is_auth; /* authentication options set */ member in struct:ipstate
ip_sync.c 387 ips->is_auth = htons(ips->is_auth);
404 ips->is_auth = ntohs(ips->is_auth);
ip_fil_compat.c 1056 u_short is_auth; /* authentication options set */ member in struct:ipstate_4_1_16
1106 u_short is_auth; member in struct:ipstate_4_1_0
4367 old->is_auth = is->is_auth;
4438 old->is_auth = is->is_auth;
ip_state.c 1434 is->is_auth = fin->fin_auth;
2532 ((fin->fin_auth & is->is_authmsk) != is->is_auth)) {

Completed in 20 milliseconds