Searched refs:IP (Results 1 - 20 of 20) sorted by relevance

/seL4-camkes-master/projects/musllibc/src/internal/i386_sel4/
H A Dsyscall.s15 call 1f # Determine our IP
22 addl $4, %esp # Junk our IP
/seL4-camkes-master/projects/musllibc/src/internal/x86_64_sel4/
H A Dsyscall.s15 call 1f # Determine our IP
22 addq $8, %rsp # Junk our IP
/seL4-camkes-master/projects/picotcp/docs/user_manual/
H A Dchap_api_slaacv4.tex11 In case of success the IP is registered to the IP layer and returned using the callback function.
13 Use the IP returned only if the return code is SLAACV4\_SUCCESS.
H A Dchap_api_ipv4.tex8 Convert the internet host address IP to a string in IPv4 dotted-decimal notation.
9 The result is stored in the char array that ipbuf points to. The given IP address argument must be in network order (i.e. 0xC0A80101 becomes 192.168.1.1).
42 \texttt{int} that IP points to. Little endian or big endian is not taken into account.
53 \item \texttt{ipstr} - Pointer to the IP string.
132 Find the source IP for the link associated to the specified destination.
133 This function will use the currently configured routing table to identify the link that would be used to transmit any traffic directed to the given IP address.
146 On success, this call returns the source IP as \texttt{struct pico$\_$ip4}.
166 Add a new local device dev inteface, f.e. eth0, with IP address 'address' and netmask 'netmask'. A device may have more than one link configured, i.e. to access multiple networks on the same link.
203 Remove the link associated to the local device that was previously configured, corresponding to the IP address 'address'.
235 Find the local device associated to the local IP addres
[all...]
H A Dchap_api_dns_c.tex50 Function to translate an url text string to an internet host address IP.
61 \item \texttt{callback} - Callback function, returning the internet host address IP and the provided argument. The returned string has to be freed by the user.
86 Function to translate an internet host address IP to an url text string.
96 \item \texttt{ip} - Pointer to text string containing an internet host address IP (e.g. 8.8.4.4)
H A Dchap_api_ipv6.tex8 Convert the internet host address IP to a string in IPv6 colon:hex notation.
40 \texttt{int} that IP points to.
51 \item \texttt{ipstr} - Pointer to the IP string.
243 Find the source IP for the link associated to the specified destination.
244 This function will use the currently configured routing table to identify the link that would be used to transmit any traffic directed to the given IP address.
257 On success, this call returns the source IP as \texttt{struct pico$\_$ip6}.
277 Add a new local device dev inteface, f.e. eth0, with IP address 'address' and netmask 'netmask'. A device may have more than one link configured, i.e. to access multiple networks on the same link.
314 Remove the link associated to the local device that was previously configured, corresponding to the IP address 'address'.
346 Find the local device associated to the local IP address 'address'.
379 Add a new route to the destination IP addres
[all...]
H A Dchap_api_sntp_c.tex43 Function to sync the local time to a given sntp server in IP address notation.
51 \item \texttt{sntp$\_$addr} - IP address of the sntp server to get the time from
H A Dchap_api_dhcp_c.tex4 A DHCP client for obtaining a dynamic IP address. DHCP is supported on multiple interfaces.
34 \item \texttt{PICO\_DHCP\_RESET} - DHCP was unable to renew its lease, and the lease expired. The user must immediately stop using the previously assigned IP, and wait for DHCP to obtain a new lease. DHCP will automatically start negotiations again.
63 Cancel the ongoing negotiation. To be used if the operation of obtaining an IP address from a remote DHCP server needs to be aborted, before the callback has been triggered.
161 \item \texttt{struct pico\_ip4} - the address of the nameserver that should be used. On failure, e.g. an invalid index was passed, it returns "255.255.255.255". If the IP address of the DNS has not been set, it may return INADDR\_ANY.
H A Dchap_api_sock.tex195 \item \texttt{orig} - Pointer to the origin of the IPv4/IPv6 frame, (peer IP address), can be NULL
239 The usage of the extended argument makes sense in UDP context only, as the information is set at packet level, and only with UDP there is a 1:1 correspondence between datagrams and IP packets.
298 \item \texttt{info} - Extended information about the incoming packet containing this datagram. The device where the packet was received is pointed by info->dev, the maximum TTL for the packet is stored in info->ttl, and finally the field info->tos keeps track of the flags in IP header's QoS.
404 This function binds a local IP-address and port to the specified socket.
415 \item \texttt{local$\_$addr} - Void pointer to the local IP-address
438 This function returns the local IP-address and port previously bound to the specified socket.
478 This function returns the IP-address of the remote peer connected to the specified socket.
532 \item \texttt{srv$\_$addr} - Void pointer to the remote IP-address to connect to
608 IP-address and \texttt{remote$\_$port} will contain the portnumber of the requesting socket.
715 \item \texttt{PICO$\_$IP
[all...]
H A Dchap_api_dhcp_d.tex18 \item \texttt{struct pico\_ip4 my\_ip} - the IP address of the device performing DHCP. Only IPs of this network will be served.
H A Dchap_api_ipfilter.tex1 \section{IP Filter}
/seL4-camkes-master/projects/musllibc/src/setjmp/powerpc64/
H A Dsetjmp.s13 # 0) store IP into 0, then into the jmpbuf pointed to by r3 (first arg)
/seL4-camkes-master/projects/musllibc/include/arpa/
H A Dtelnet.h15 #define IP 244 macro
27 #define telcmds ((char [][6]){ "EOF", "SUSP", "ABORT", "EOR", "SE", "NOP", "DMARK", "BRK", "IP", "AO", "AYT", "EC", "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0 })
150 #define SLC_NAMELIST "0", "SYNCH", "BRK", "IP", "AO", "AYT", "EOR", \
/seL4-camkes-master/projects/lwip/test/unit/
H A DFilelists.mk27 # This file is part of the lwIP TCP/IP stack.
/seL4-camkes-master/kernel/src/plat/pc99/machine/
H A Dintel-vtd.c53 #define IP 30 /* Interrupt Pending */ macro
/seL4-camkes-master/kernel/src/arch/x86/32/
H A Dtraps.S484 # Set EIP in the saved register context to the new IP returned from handleKernelException
/seL4-camkes-master/projects/lwip/src/
H A DFilelists.mk27 # This file is part of the lwIP TCP/IP stack.
/seL4-camkes-master/kernel/src/arch/x86/64/
H A Dtraps.S579 # Set RIP in the saved register context to the new IP returned from handleKernelException
/seL4-camkes-master/tools/rumprun/app-tools/
H A Drumprun113 inet,static,addr/mask[,gateway] - IPv4 with static IP
/seL4-camkes-master/tools/cogent/cogent/manual/
H A Dcogent-manual.tex1874 \hspace*{1cm} \code{let} IP \code{=} E \code{in} F\\
1876 \hspace*{1cm} E \code{|} IP \code{->} F
1878 From this it follows that pattern IP must conform to the type inferred for E and the type inferred
1880 \textit{LetExpression}, it is the scope of the variables in IP.
1902 \hspace*{1cm} IP \code{:} T \code{=} E\\
1903 If neither for E nor the pattern IP a type can be inferred the type specification is mandatory.
1906 the value of E is automatically widened to type T before matching it against IP. Therefore the \textit{LetExpression}
2401 \> V IP \code{=} E
2406 \> V \verb|= \| IP \code{=>} E

Completed in 164 milliseconds