Home
last modified time | relevance | path

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

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