Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/slip/
H A Dslhc.c85 static unsigned short pull16(unsigned char **cpp);
195 pull16(unsigned char **cpp) in pull16() function
213 return pull16(cpp) & 0xffff; /* pull16 returns -1 on error */ in decode()