Home | History | Annotate | Download | only in libpcap

Lines Matching refs:FIND

52 #define FIND			0
274 pos = strcspn(buf, "#\n\r"); /* find the first comment character or EOL */
277 pos = strspn(buf, " \t"); /* then find the first non-white space */
378 else if (units[chassis][geoslot].find_fd == fd) close_with_IOP(chassis, geoslot, FIND);
768 close_with_IOP(chassis, geoslot, FIND); /* and close out connection to him */
802 if (u->ip && (open_with_IOP(u, FIND))) { /* connect to the remote IOP */
805 close_with_IOP(chassis, geoslot, FIND);