Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/netif/ppp/
Dppp.c181 u16_t inProtocol; /* The input protocol code. */ member
1795 pcrx->pd, pcrx->inFCS, pcrx->inProtocol)); in pppInProc()
1893 pcrx->inProtocol = curChar; in pppInProc()
1896 pcrx->inProtocol = (u_int)curChar << 8; in pppInProc()
1901 pcrx->inProtocol |= curChar; in pppInProc()
1931 pih->proto = pcrx->inProtocol; in pppInProc()
1958 u16_t inProtocol; in pppInProcOverEthernet() local
1960 if(pb->len < sizeof(inProtocol)) { in pppInProcOverEthernet()
1965 inProtocol = (((u8_t *)pb->payload)[0] << 8) | ((u8_t*)pb->payload)[1]; in pppInProcOverEthernet()
1968 if (pbuf_header(pb, sizeof(*pih) - sizeof(inProtocol)) != 0) { in pppInProcOverEthernet()
[all …]
/external/mdnsresponder/mDNSShared/
Ddnssd_clientshim.c739 DNSServiceProtocol inProtocol, in DNSServiceGetAddrInfo() argument
770 …LogMsg("DNSServiceGetAddrInfo(\"%s\", %d) failed: %s (%ld)", inHostName, inProtocol, errormsg, err… in DNSServiceGetAddrInfo()