Searched refs:protolen (Results 1 - 4 of 4) sorted by relevance

/external/grub/netboot/
H A Detherboot.h268 char protolen; member in struct:arprequest
H A Dmain.c263 arpreq.protolen = 4;
496 rarpreq.protolen = 4;
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
H A DSDL_fbevents.c376 static int gpm_available(char *proto, size_t protolen) argument
437 SDL_strlcpy(proto, raw_proto, protolen);
439 SDL_strlcpy(proto, repeat_proto, protolen);
441 SDL_strlcpy(proto, "msc", protolen);
/external/iproute2/misc/
H A Dss.c2238 int protolen = strlen(proto); local
2249 if (memcmp(buf, proto, protolen))
2260 if (memcmp(buf, proto, protolen))

Completed in 300 milliseconds