Home
last modified time | relevance | path

Searched refs:eoc (Results 1 – 2 of 2) sorted by relevance

/external/dhcpcd-6.8.2/
Ddhcp-common.c801 unsigned int eoc; in dhcp_envoption() local
878 eoc = opt->option; in dhcp_envoption()
880 dgetopt(ctx, NULL, &eoc, NULL, NULL, 0, &oopt); in dhcp_envoption()
886 while ((eod = dgetopt(ctx, &eos, &eoc, &eol, od, ol, &oopt))) { in dhcp_envoption()
891 if (eopt->option == eoc) { in dhcp_envoption()
/external/opencv3/3rdparty/libjasper/
Djpc_cs.h595 int eoc; /* unused */ member