Searched refs:new_opt (Results 1 – 1 of 1) sorted by relevance
39 static opt_t *new_opt(int);154 IPM_DIRECTION '=' IPM_IN { $$ = new_opt(IPM_DIRECTION);156 | IPM_DIRECTION '=' IPM_OUT { $$ = new_opt(IPM_DIRECTION);160 dstip: IPM_DSTIP '=' ipv4 '/' YY_NUMBER { $$ = new_opt(IPM_DSTIP);166 IPM_DSTPORT '=' YY_NUMBER { $$ = new_opt(IPM_DSTPORT);168 | IPM_DSTPORT '=' YY_STR { $$ = new_opt(IPM_DSTPORT);172 every: IPM_EVERY IPM_SECOND { $$ = new_opt(IPM_SECOND);174 | IPM_EVERY YY_NUMBER IPM_SECONDS { $$ = new_opt(IPM_SECOND);176 | IPM_EVERY IPM_PACKET { $$ = new_opt(IPM_PACKET);178 | IPM_EVERY YY_NUMBER IPM_PACKETS { $$ = new_opt(IPM_PACKET);[all …]