Searched defs:arps (Results 1 - 5 of 5) sorted by relevance
| /illumos-gate/usr/src/cmd/refer/ |
| H A D | inv3.c | 18 getargs(char *s, char *arps[]) argument 23 arps[i++] = s;
|
| /illumos-gate/usr/src/lib/libnsl/dial/ |
| H A D | getargs.c | 37 * generate a vector of pointers (arps) to the 41 * arps -> array of pointers -- count + 1 pointers 45 * arps[i] = NULL 49 getargs(char *s, char *arps[], int count) argument 60 arps[i] = s++; 64 arps[i] = NULL;
|
| H A D | callers.c | 401 * gdial(type, arps, narps) 403 * arps -> array of pointers returned by gdial 411 gdial(char *type, char *arps[], int narps) argument 428 if ((na = getargs(info, arps, narps)) == 0) 430 if (EQUALS(arps[0], type)) { 434 bsfix(arps);
|
| /illumos-gate/usr/src/stand/lib/inet/ |
| H A D | ethernet.c | 305 int arps = 0; /* arp requests processed */ local 425 arps++; 476 arps, failures, tot_pr, tot_pc, now, timeout,
|
| H A D | ibd.c | 304 int arps = 0; /* arp requests processed */ local 423 arps++; 468 arps, failures, tot_pr, tot_pc, now, timeout,
|
Completed in 67 milliseconds