HomeSort by relevance Sort by last modified time
    Searched refs:NLE_INVAL (Results 1 - 25 of 49) sorted by null

1 2

  /external/libnl/lib/
error.c 23 [NLE_INVAL] = "Invalid input data or parameter",
98 case ENOPROTOOPT: return NLE_INVAL;
99 case EFAULT: return NLE_INVAL;
101 case EINVAL: return NLE_INVAL;
addr.c 145 return -NLE_INVAL;
149 return -NLE_INVAL;
409 err = -NLE_INVAL;
444 err = -NLE_INVAL;
708 return -NLE_INVAL;
720 return -NLE_INVAL;
729 return -NLE_INVAL;
772 case EAI_BADFLAGS: return -NLE_INVAL;
utils.c 91 return -NLE_INVAL;
105 return -NLE_INVAL;
269 return -NLE_INVAL;
287 return -NLE_INVAL;
367 return -NLE_INVAL;
376 return -NLE_INVAL;
525 return -NLE_INVAL;
540 return -NLE_INVAL;
1043 return -NLE_INVAL;
1063 return -NLE_INVAL;
    [all...]
  /external/libnl/include/netlink/
errno.h 26 #define NLE_INVAL 7
  /external/libnl/lib/genl/
mngt.c 167 return -NLE_INVAL;
170 return -NLE_INVAL;
214 return -NLE_INVAL;
251 err = -NLE_INVAL;
256 err = -NLE_INVAL;
320 return -NLE_INVAL;
  /external/libnl/lib/route/
classid.c 194 return -NLE_INVAL;
203 return -NLE_INVAL;
207 return -NLE_INVAL;
235 return -NLE_INVAL;
348 err = -NLE_INVAL;
356 err = -NLE_INVAL;
class.c 109 return -NLE_INVAL;
320 return -NLE_INVAL;
  /external/libnl/lib/route/link/
api.c 108 * @return -NLE_INVAL Link info name not specified.
116 return -NLE_INVAL;
282 * @return -NLE_INVAL Address family is out of range (0..AF_MAX)
290 return -NLE_INVAL;
320 * @return -NLE_INVAL ops is NULL
326 int err = -NLE_INVAL;
can.c 399 return -NLE_INVAL;
421 return -NLE_INVAL;
477 return -NLE_INVAL;
501 return -NLE_INVAL;
525 return -NLE_INVAL;
549 return -NLE_INVAL;
570 return -NLE_INVAL;
612 return -NLE_INVAL;
654 return -NLE_INVAL;
696 return -NLE_INVAL;
    [all...]
vlan.c 122 return -NLE_INVAL;
126 return -NLE_INVAL;
142 return -NLE_INVAL;
532 return -NLE_INVAL;
561 return -NLE_INVAL;
vxlan.c 471 return -NLE_INVAL;
493 return -NLE_INVAL;
518 return -NLE_INVAL;
541 return -NLE_INVAL;
584 return -NLE_INVAL;
609 return -NLE_INVAL;
632 return -NLE_INVAL;
808 return -NLE_INVAL;
851 return -NLE_INVAL;
876 return -NLE_INVAL;
    [all...]
  /external/libnl/lib/route/qdisc/
fifo.c 50 return -NLE_INVAL;
88 return -NLE_INVAL;
plug.c 76 return -NLE_INVAL;
  /external/libnl/src/
idiag-socket-details.c 66 case '?': exit(NLE_INVAL);
nf-ct-add.c 102 case '?': exit(NLE_INVAL);
nf-ct-list.c 104 case '?': exit(NLE_INVAL);
nf-exp-list.c 106 case '?': exit(NLE_INVAL);
nl-addr-add.c 93 case '?': exit(NLE_INVAL);
nf-exp-delete.c 124 case '?': exit(NLE_INVAL);
nf-log.c 76 nl_cli_fatal(NLE_INVAL, "Unknown family \"%s\": %s",
nf-queue.c 89 nl_cli_fatal(NLE_INVAL, "Unknown family \"%s\"", argv[1]);
  /external/libnl/lib/route/cls/
ematch.c 327 return -NLE_INVAL;
378 return -NLE_INVAL;
399 err = -NLE_INVAL;
422 err = -NLE_INVAL;
438 err = -NLE_INVAL;
456 err = -NLE_INVAL;
  /external/libnl/lib/route/act/
mirred.c 139 return -NLE_INVAL;
191 return -NLE_INVAL;
  /external/libnl/tests/
test-genl.c 88 nl_cli_fatal(NLE_INVAL, "Resolving of \"nlctrl\" failed");
  /external/libnl/lib/route/cls/ematch/
text.c 112 return -NLE_INVAL;

Completed in 103 milliseconds

1 2