HomeSort by: relevance | last modified time | path
    Searched defs:ip_store (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/net/agr/
if_agrether_hash.c 112 struct ip ip_store; local in function:agrether_hashmbuf
115 ip = agr_m_extract(m, off, sizeof(*ip), &ip_store);
if_agrether_hash.c 112 struct ip ip_store; local in function:agrether_hashmbuf
115 ip = agr_m_extract(m, off, sizeof(*ip), &ip_store);
  /src/sys/netinet/
ip_flow.c 206 struct ip ip_store; local in function:ipflow_fastforward
235 memcpy(&ip_store, mtod(m, const void *), sizeof(ip_store));
236 ip = &ip_store;
317 memcpy(mtod(m, void *), &ip_store, sizeof(ip_store));
ip_flow.c 206 struct ip ip_store; local in function:ipflow_fastforward
235 memcpy(&ip_store, mtod(m, const void *), sizeof(ip_store));
236 ip = &ip_store;
317 memcpy(mtod(m, void *), &ip_store, sizeof(ip_store));

Completed in 21 milliseconds