HomeSort by relevance Sort by last modified time
    Searched refs:lastbyte (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/re2/re2/
dfa.cc 1469 int lastbyte; local
    [all...]
  /external/regex-re2/re2/
dfa.cc 1467 int lastbyte; local
    [all...]
  /external/qemu/slirp/
tcp_input.c 643 int lastbyte=ntohl(so->so_faddr.s_addr) & 0xff; local
644 if (lastbyte!=CTL_ALIAS && lastbyte!=CTL_DNS) {
646 if(lastbyte==CTL_CMD || lastbyte==CTL_EXEC) {
655 lastbyte == ex_ptr->ex_addr) {
    [all...]
  /external/qemu/slirp-android/
tcp_input.c 648 int lastbyte=so->so_faddr_ip & 0xff; local
649 if (lastbyte!=CTL_ALIAS && lastbyte!=CTL_DNS) {
651 if(lastbyte==CTL_CMD || lastbyte==CTL_EXEC) {
660 lastbyte == ex_ptr->ex_addr) {
    [all...]

Completed in 177 milliseconds