Lines Matching full:start
26 char buf[MULTICAST_MAX_READ], *pos, *pos2, *start; in wps_er_ssdp_rx() local
59 for (start = buf; start && *start; start = pos) { in wps_er_ssdp_rx()
60 pos = os_strchr(start, '\n'); in wps_er_ssdp_rx()
66 if (os_strstr(start, "schemas-wifialliance-org:device:" in wps_er_ssdp_rx()
69 if (os_strstr(start, "schemas-wifialliance-org:service:" in wps_er_ssdp_rx()
72 if (os_strncasecmp(start, "LOCATION:", 9) == 0) { in wps_er_ssdp_rx()
73 start += 9; in wps_er_ssdp_rx()
74 while (*start == ' ') in wps_er_ssdp_rx()
75 start++; in wps_er_ssdp_rx()
76 location = start; in wps_er_ssdp_rx()
77 } else if (os_strncasecmp(start, "NTS:", 4) == 0) { in wps_er_ssdp_rx()
78 if (os_strstr(start, "ssdp:byebye")) in wps_er_ssdp_rx()
80 } else if (os_strncasecmp(start, "CACHE-CONTROL:", 14) == 0) { in wps_er_ssdp_rx()
81 start += 14; in wps_er_ssdp_rx()
82 pos2 = os_strstr(start, "max-age="); in wps_er_ssdp_rx()
87 } else if (os_strncasecmp(start, "USN:", 4) == 0) { in wps_er_ssdp_rx()
88 start += 4; in wps_er_ssdp_rx()
89 pos2 = os_strstr(start, "uuid:"); in wps_er_ssdp_rx()