Home
last modified time | relevance | path

Searched refs:RFC1001_PORT (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/fs/cifs/
Dconnect.c2192 port = htons(RFC1001_PORT); in match_port()
3506 if (sport == htons(RFC1001_PORT)) in generic_ip_connect()
3535 *sport = htons(RFC1001_PORT); in ip_connect()
Dcifsglob.h37 #define RFC1001_PORT 139 macro