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

  /src/external/bsd/ipf/dist/lib/
printnat.c 244 if (np->in_plabel != -1)
245 PRINTF(" proxy %s", np->in_names + np->in_plabel);
276 if (np->in_plabel != -1) {
287 PRINTF(" %s/", np->in_names + np->in_plabel);
  /src/external/bsd/ipf/dist/tools/
ipnat_y.y 535 nat->in_plabel = pos;
548 nat->in_plabel = pos;
561 nat->in_plabel = pos;
576 nat->in_plabel = pos;
1125 nat->in_plabel = pos;
1130 | proxy { if (nat->in_plabel != -1) {
1408 n->in_plabel = -1;
  /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
ip_rpcb_pxy.c 1202 ipn->in_plabel = -1;
ip_nat.c 1618 if (n->in_plabel != -1) {
1622 base + n->in_plabel);
1626 base + n->in_plabel);
4899 if (np->in_plabel != -1) {
5391 if (np->in_plabel != -1) {
ip_nat6.c 2684 if (np->in_plabel != -1) {
3086 if (np->in_plabel != -1) {
  /src/external/bsd/ipf/dist/
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
2431 np->in_plabel = -1;
2453 if (old->in_plabel[0] != '\0') {
2454 np->in_plabel = nlen;
2455 nlen = ipf_addfrstr(names, nlen, old->in_plabel,
2513 np->in_plabel = -1;
2535 if (old->in_plabel[0] != '\0') {
2536 np->in_plabel = nlen;
2537 nlen = ipf_addfrstr(names, nlen, old->in_plabel,
    [all...]
ip_rpcb_pxy.c 1250 ipn->in_plabel = -1;
ip_nat6.c 2737 if (np->in_plabel != -1) {
3139 if (np->in_plabel != -1) {

Completed in 30 milliseconds