Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd-network/
Dnetwork-internal.c172 char *tok, *tok_end; in deserialize_dhcp_routes() local
188 tok_end = strchr(tok, '/'); in deserialize_dhcp_routes()
189 if (!tok_end) in deserialize_dhcp_routes()
191 *tok_end = '\0'; in deserialize_dhcp_routes()
197 tok = tok_end + 1; in deserialize_dhcp_routes()
200 tok_end = strchr(tok, ','); in deserialize_dhcp_routes()
201 if (!tok_end) in deserialize_dhcp_routes()
204 *tok_end = '\0'; in deserialize_dhcp_routes()
211 tok = tok_end + 1; in deserialize_dhcp_routes()