Searched refs:MBIT (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/l2tpd-0.69/
H A Davpsend.c33 raw[0] = htons (0x8 | MBIT);
44 raw[0] = htons (0x8 | MBIT); /* Length and M bit */
55 raw[0] = htons (0xA | MBIT);
67 raw[0] = htons (0xA | MBIT);
92 raw[0] = htons((0x6 + strlen(hostname)) | MBIT);
105 raw[0] = htons (0xC | MBIT);
127 raw[0] = htons (0x8 | MBIT);
138 raw[0] = htons (0x8 | MBIT);
149 raw[0] = htons ((0x6 + len) | MBIT);
160 raw[0] = htons ((0x6 + len) | MBIT);
[all...]
H A Davp.h66 #define MBIT 0x8000 /* for setting */ macro

Completed in 86 milliseconds