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

  /src/sys/external/bsd/ipf/netinet/
ip_fil_compat.c 594 char in_plabel[APR_LABELLEN]; /* proxy label. */ member in struct:ipnat_4_1_14
630 char in_plabel[APR_LABELLEN]; member in struct:ipnat_4_1_0
2406 np->in_plabel = -1;
2428 if (old->in_plabel[0] != '\0') {
2429 np->in_plabel = nlen;
2430 nlen = ipf_addfrstr(names, nlen, old->in_plabel,
2485 np->in_plabel = -1;
2507 if (old->in_plabel[0] != '\0') {
2508 np->in_plabel = nlen;
2509 nlen = ipf_addfrstr(names, nlen, old->in_plabel,
    [all...]
ip_nat.h 279 int in_plabel; /* proxy label. */ member in struct:ipnat

Completed in 14 milliseconds