HomeSort by relevance Sort by last modified time
    Searched refs:ARG_ORIG_SPORT (Results 1 - 2 of 2) sorted by null

  /external/libnl/src/
nf-ct-add.c 64 ARG_ORIG_SPORT = 258,
82 { "orig-sport", 1, 0, ARG_ORIG_SPORT },
110 case ARG_ORIG_SPORT: nl_cli_ct_parse_src_port(ct, 0, optarg); break;
nf-ct-list.c 66 ARG_ORIG_SPORT,
85 { "orig-sport", 1, 0, ARG_ORIG_SPORT },
114 case ARG_ORIG_SPORT: nl_cli_ct_parse_src_port(ct, 0, optarg); break;

Completed in 60 milliseconds