Home
last modified time | relevance | path

Searched defs:udp_connection (Results 1 – 1 of 1) sorted by relevance

/external/syslinux/gpxe/src/net/
Dudp.c25 struct udp_connection { struct
27 struct refcnt refcnt;
29 struct list_head list;
32 struct xfer_interface xfer;
58 static int udp_bind ( struct udp_connection *udp ) { in udp_bind() argument