Lines Matching refs:ops
42 char *temp, *arg, *s, *t, *ops, *error; local
79 for (ops = strtok(temp, ";"); ops != NULL; ops = strtok(NULL, ";")) {
80 arg = strchr(ops, '=');
81 if ((arg < ops + 2) || (arg == NULL)) {
96 if (strcmp(ops, e->ipoe_word) == 0)
103 ops);
153 if (!strcasecmp(ops, "ip.addr") ||
154 !strcasecmp(ops, "ip.src") ||
155 !strcasecmp(ops, "ip.dst")) {
179 } else if (!strcasecmp(ops, "ip6.addr") ||
180 !strcasecmp(ops, "ip6.src") ||
181 !strcasecmp(ops, "ip6.dst")) {
214 } else if (!strcasecmp(ops, "ip.p")) {
222 } else if (!strcasecmp(ops, "tcp.flags")) {
239 } else if (!strcasecmp(ops, "tcp.port") ||
240 !strcasecmp(ops, "tcp.sport") ||
241 !strcasecmp(ops, "tcp.dport") ||
242 !strcasecmp(ops, "udp.port") ||
243 !strcasecmp(ops, "udp.sport") ||
244 !strcasecmp(ops, "udp.dport")) {
248 strncpy(proto, ops, 3);
254 } else if (!strcasecmp(ops, "tcp.state")) {