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

  /src/sys/netipsec/
key.c 8217 enum { NONE, ADDR } checktype = NONE; local in function:key_validate_ext
8239 checktype = ADDR;
8246 checktype = ADDR;
8248 checktype = NONE;
8251 checktype = NONE;
8255 switch (checktype) {
key.c 8217 enum { NONE, ADDR } checktype = NONE; local in function:key_validate_ext
8239 checktype = ADDR;
8246 checktype = ADDR;
8248 checktype = NONE;
8251 checktype = NONE;
8255 switch (checktype) {

Completed in 144 milliseconds