Searched refs:protolen (Results 1 – 4 of 4) sorted by relevance
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/ |
D | SDL_fbevents.c | 376 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/ |
D | etherboot.h | 268 char protolen; member
|
D | main.c | 263 arpreq.protolen = 4; in udp_transmit() 496 rarpreq.protolen = 4; in rarp()
|
/external/iproute2/misc/ |
D | ss.c | 2238 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()
|