summaryrefslogtreecommitdiff
path: root/stun.h
blob: e16c3e7abb7b423b97ae3512b3d4cf09a30cc97e (plain)
1
2
3
4
5
6
#ifndef STUN_H
#define STUN_H

extern int print_stun_probe(char *server, int sport, int tport);

#endif /* STUN_H */
name='ignorews' onchange='this.form.submit();'>mode:
authorNicolas Pitre <nicolas.pitre@linaro.org>2016-09-20 19:25:58 -0400
committerDavid S. Miller <davem@davemloft.net>2016-09-22 02:18:33 -0400
commitefee95f42b5dddedcaff0a0eaa44e170fc7522e8 (patch)
treee5d83b374d57e1bced53af0345db98f0f6cd4373
parentd270f76c2d6ee3d96cfb1affb78a3d536e0b8fd6 (diff)
ptp_clock: future-proofing drivers against PTP subsystem becoming optional
Drivers must be ready to accept NULL from ptp_clock_register() if the PTP clock subsystem is configured out. This patch documents that and ensures that all drivers cope well with a NULL return. Signed-off-by: Nicolas Pitre <nico@linaro.org> Reviewed-by: Eugenia Emantayev <eugenia@mellanox.com> Acked-by: Richard Cochran <richardcochran@gmail.com> Acked-by: Edward Cree <ecree@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat