Home | History | Annotate | Download | only in pppd

Lines Matching refs:net_short

2283 #define net_short(x)	(((x)[0] << 8) + (x)[1])
2285 #define get_ipoff(x) net_short((unsigned char *)(x) + 6)