Searched refs:origin (Results 1 - 5 of 5) sorted by relevance

/seL4-camkes-master/projects/picotcp/modules/
H A Dpico_olsr.c710 static void recv_mid(uint8_t *buffer, uint32_t len, struct olsr_route_entry *origin) argument
732 e->gateway = origin;
733 /* e->iface = origin->iface; */
735 e->metric = (uint16_t)(origin->metric + 1u);
736 e->lq = origin->lq;
737 e->nlq = origin->nlq;
740 } else if (e->metric > (origin->metric + 1)) {
742 e->metric = (uint16_t)(origin->metric + 1u);
743 e->gateway = origin;
752 /* static void recv_hello(uint8_t *buffer, uint32_t len, struct olsr_route_entry *origin) */
753 recv_hello(uint8_t *buffer, uint32_t len, struct olsr_route_entry *origin, uint16_t hops) argument
906 struct olsr_route_entry *origin; local
[all...]
H A Dpico_aodv.c247 struct pico_aodv_node *origin = (struct pico_aodv_node *)arg; local
249 pico_aodv_dbg("Sending G RREQ to ORIGIN (metric = %d).\n", origin->metric);
250 origin->ring_ttl = origin->metric;
251 aodv_send_req(origin);
265 struct pico_aodv_node *origin; local
267 origin = get_node_by_addr(&origin_addr);
268 if (origin) {
269 origin->flags |= PICO_AODV_NODE_ROUTE_DOWN;
270 if (!pico_timer_add(AODV_PATH_DISCOVERY_TIME, aodv_reverse_path_discover, origin)) {
[all...]
/seL4-camkes-master/projects/musllibc/ldso/
H A Ddynlink.c748 const char *s, *t, *origin; local
786 origin = buf;
788 origin = p->name;
790 t = strrchr(origin, '/');
791 l = t ? t-origin : 0;
800 memcpy(d, origin, l);
/seL4-camkes-master/projects/picotcp/docs/user_manual/
H A Dchap_api_sock.tex152 \item \texttt{dst} - Pointer to the origin of the IPv4/IPv6 frame header
181 the information regarding the origin of the data, namely the origin address and
195 \item \texttt{orig} - Pointer to the origin of the IPv4/IPv6 frame, (peer IP address), can be NULL
296 \item \texttt{orig} - Pointer to the origin of the IPv4/IPv6 frame header, can be NULL
601 \item \texttt{orig} - Pointer to the origin of the IPv4/IPv6 frame header
/seL4-camkes-master/tools/cogent/impl/fs/bilby/c/os/linux/
H A Dwrapper.c287 static loff_t bilbyfs_dir_llseek(struct file *file, loff_t offset, int origin) argument

Completed in 102 milliseconds