X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=util.h;h=4ed8d01bd179c8cc69c1b667deb73d6cb80be859;hb=e99882a2347c5a55c78cdbe1c692bded77b046c1;hp=1272b7453d75f19348cc22bab83a9f5ec438d677;hpb=0e93182d8127c28b686d14a1ec3f686023063ba7;p=libradsec.git diff --git a/util.h b/util.h index 1272b74..4ed8d01 100644 --- a/util.h +++ b/util.h @@ -15,6 +15,7 @@ struct sockaddr *addr_copy(struct sockaddr *in); void port_set(struct sockaddr *sa, uint16_t port); void printfchars(char *prefixfmt, char *prefix, char *charfmt, char *chars, int len); +void disable_DF_bit(int socket, struct addrinfo *res); int bindtoaddr(struct addrinfo *addrinfo, int family, int reuse, int v6only); int connecttcp(struct addrinfo *addrinfo, struct addrinfo *src, uint16_t timeout);