OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ipq
(Results
1 - 4
of
4
) sorted by null
/external/qemu/slirp/
ip_input.c
49
struct
ipq
ipq
;
variable in typeref:struct:ipq
52
register struct
ipq
*fp);
53
static void ip_freef(struct
ipq
*fp);
65
ipq
.ip_link.next =
ipq
.ip_link.prev = &
ipq
.ip_link;
186
register struct
ipq
*fp;
192
for (l =
ipq
.ip_link.next; l != &
ipq
.ip_link; l = l->next)
[
all
...]
ip.h
215
struct
ipq
{
struct
290
extern struct
ipq
ipq
; /* ip reass. queue */
/external/qemu/slirp-android/
ip_input.c
49
struct
ipq
ipq
;
variable in typeref:struct:ipq
52
register struct
ipq
*fp);
53
static void ip_freef(struct
ipq
*fp);
65
ipq
.ip_link.next =
ipq
.ip_link.prev = &
ipq
.ip_link;
186
register struct
ipq
*fp;
192
for (l =
ipq
.ip_link.next; l != &
ipq
.ip_link; l = l->next)
[
all
...]
ip.h
217
struct
ipq
{
struct
292
extern struct
ipq
ipq
; /* ip reass. queue */
Completed in 596 milliseconds